diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-07 11:09:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-07 11:09:15 +0800 |
commit | 837b13984c4391afcc41f817b8afe31528173982 (patch) | |
tree | 5c554186311ae4ab0bfb327533c0f5d8bdb88bf3 /changelog.md | |
parent | 8209df638b5e16f02dd9e9b2d689a40ef61b5127 (diff) | |
download | lua-language-server-837b13984c4391afcc41f817b8afe31528173982.zip |
fix #346 dont modify the cache
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 519ef6be..d27fde87 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 1.11.2 +* `FIX` [#346](https://github.com/sumneko/lua-language-server/issues/346): dont modify the cache + ## 1.11.1 `2021-1-5` * `CHG` performance optimization |