diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-05-23 14:08:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-05-23 14:08:38 +0800 |
commit | 7aac1748434eda3726d1ed001edd1327c3973e0b (patch) | |
tree | 8e33cfa5fb954a168fcb04745aa3bad677d85981 /changelog.md | |
parent | fc63802fca2c98643bcfc63bd251a7394536c1de (diff) | |
download | lua-language-server-7aac1748434eda3726d1ed001edd1327c3973e0b.zip |
trace filter of `repeat`
fix #2113
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 50328c9c..167f6984 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## 3.6.20 * `NEW` support connecting by socket with `--socket=PORT` +* `FIX` [#2113] + +[#2113]: https://github.com/LuaLS/lua-language-server/issues/2113 ## 3.6.19 `2023-4-26` |