You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
5
*`CHG` Modified the `ResolveRequire` function to pass the source URI as a third argument.
6
6
*`CHG` Improved the output of test failures during development
7
+
*`FIX` Fix type inference for `x == nil and "default" or x` idiom [#2236](https://github.com/LuaLS/lua-language-server/issues/2236)
8
+
*`FIX` Fix type loss for assignments inside `if`/`for` blocks due to circular dependency in tracer [#2374](https://github.com/LuaLS/lua-language-server/issues/2374)[#2494](https://github.com/LuaLS/lua-language-server/issues/2494)
0 commit comments