diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-18 06:10:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-18 06:10:55 +0800 |
commit | bddeb50920da81a6cecd91100aed018769bcc5b7 (patch) | |
tree | 9e0c1d979431c5e17da606ec35a9d22fb17dd8f9 /changelog.md | |
parent | efffa22c25f713f8e37bb22e891319076f5b759d (diff) | |
download | lua-language-server-bddeb50920da81a6cecd91100aed018769bcc5b7.zip |
normalize uri from RPC
fix #1810
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 1ce5553c..62532666 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,10 @@ # changelog ## 3.6.7 +* `FIX` [#1810] * `FIX` [#1829] +[#1810]: https://github.com/sumneko/lua-language-server/issues/1810 [#1829]: https://github.com/sumneko/lua-language-server/issues/1829 ## 3.6.6 |