Skip to content

Commit eb1135e

Browse files
committed
Add changelog entries for type inference fixes
1 parent 46d0faf commit eb1135e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<!-- Add all new changes here. They will be moved under a version at release -->
55
* `CHG` Modified the `ResolveRequire` function to pass the source URI as a third argument.
66
* `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)
79

810
## 3.17.1
911
`2026-01-20`

0 commit comments

Comments
 (0)