diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-06-13 21:00:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-06-13 21:00:02 +0800 |
commit | 484f993c6a1026b7eb04d48ff4aee00e2dcafd54 (patch) | |
tree | 2ca3a0da2c4bc39a0c58a2983bb033a1fbefc7ec /changelog.md | |
parent | 2b5257d3d097c2726e5098a43c333aa20a461c2e (diff) | |
download | lua-language-server-484f993c6a1026b7eb04d48ff4aee00e2dcafd54.zip |
completion for quoted fields
fix #2088
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 2b570ab5..cf7fad9a 100644 --- a/changelog.md +++ b/changelog.md @@ -5,11 +5,13 @@ * `FIX` [#2042] * `FIX` [#2062] * `FIX` [#2083] +* `FIX` [#2088] [#2038]: https://github.com/LuaLS/lua-language-server/issues/2038 [#2042]: https://github.com/LuaLS/lua-language-server/issues/2042 [#2062]: https://github.com/LuaLS/lua-language-server/issues/2062 [#2083]: https://github.com/LuaLS/lua-language-server/issues/2083 +[#2088]: https://github.com/LuaLS/lua-language-server/issues/2088 ## 3.6.21 `2023-5-24` |