summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-06-13 21:00:02 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-06-13 21:00:02 +0800
commit484f993c6a1026b7eb04d48ff4aee00e2dcafd54 (patch)
tree2ca3a0da2c4bc39a0c58a2983bb033a1fbefc7ec /changelog.md
parent2b5257d3d097c2726e5098a43c333aa20a461c2e (diff)
downloadlua-language-server-484f993c6a1026b7eb04d48ff4aee00e2dcafd54.zip
completion for quoted fields
fix #2088
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
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`