diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-10 18:07:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-10 18:07:03 +0800 |
commit | 4dd9a1fbdd2bb2878604e6b58ad8d55de6289362 (patch) | |
tree | de3e161f242160d1ddccb80ac24e73ff04d6d50d /changelog.md | |
parent | a711bd3219e0228a50328006dbec9021da3727c1 (diff) | |
download | lua-language-server-4dd9a1fbdd2bb2878604e6b58ad8d55de6289362.zip |
fix #444 see f79d26860e38354db2d5f733be3ecabe085a0274
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index e9e73291..e1f252a0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ # changelog -## 1.19.0 +## 1.18.1 * `CHG` semantic-tokens: improve colors of `const` and `close` * `CHG` type-formating: improve execution conditions +* `FIX` [#444](https://github.com/sumneko/lua-language-server/issues/444) ## 1.18.0 `2021-3-9` |