diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-08 21:17:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-03-08 21:17:43 +0800 |
commit | 48a3aab6e3becb5127ad467964c44f19187cac35 (patch) | |
tree | 87cbce0f6523c60100fbd69e4c9621120ba67d17 /changelog.md | |
parent | f462813bee496adb2613389b0bfbb3e558617916 (diff) | |
download | lua-language-server-48a3aab6e3becb5127ad467964c44f19187cac35.zip |
don't treat `_ENV` as param
fix #1715
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index a562d717..9dfff867 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,11 @@ # changelog ## 3.6.14 +* `FIX` [#1715] * `FIX` [#1753] * `FIX` [#1914] +[#1715]: https://github.com/LuaLS/lua-language-server/issues/1715 [#1753]: https://github.com/LuaLS/lua-language-server/issues/1753 [#1914]: https://github.com/LuaLS/lua-language-server/issues/1914 |