summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeOzay <colpaert.benoit@gmail.com>2024-09-06 18:10:01 +0200
committerNeOzay <colpaert.benoit@gmail.com>2024-09-06 18:10:01 +0200
commit0cbaf86b58942da5644377a4a6198ed8f8b5eee3 (patch)
tree6eff4d64457ec6ef504574c2bb25d91a1c1d222b
parent76b3927c1c4574a64d3e56368753e429a912de75 (diff)
downloadlua-language-server-0cbaf86b58942da5644377a4a6198ed8f8b5eee3.zip
update changelog
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 38d9aeb7..2f1f2e6c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,6 +8,7 @@
* `FIX` Fix `VM.OnCompileFunctionParam` function in plugins
* `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter
* `FIX` Improve type narrow by checking exact match on literal type params
+* `FIX` Correctly list enums for function overload arguments [#2840](https://github.com/LuaLS/lua-language-server/pull/2840)
## 3.10.5
`2024-8-19`