diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-09 17:42:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-09 17:42:20 +0800 |
commit | 96291a4363b8139c49cee154ee83728413169156 (patch) | |
tree | 96fbdcbb92ccffcd6e23f09f6cf4a86063e8137b | |
parent | cb1b4d9a21b25ed6ff2a746212c8c9baa49731bc (diff) | |
download | lua-language-server-96291a4363b8139c49cee154ee83728413169156.zip |
#329 #386 main thread no longer loop sleeps
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 620635d1..a240b316 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 1.15.0 +* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/sumneko/lua-language-server/issues/329) [#386](https://github.com/sumneko/lua-language-server/issues/386) + ## 1.14.3 `2021-2-8` * `CHG` hint: disabled by default, see [#380](https://github.com/sumneko/lua-language-server/issues/380) |