diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-13 18:21:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-13 18:21:36 +0800 |
commit | aa8f0cf95aab2254441689d17c4f7aed117075f5 (patch) | |
tree | edcd7423334823f87d0252d1e543b45492f4379c /changelog.md | |
parent | 3b9bde4ea1eb4a71a84dad9f62595b4360d7aa4e (diff) | |
download | lua-language-server-aa8f0cf95aab2254441689d17c4f7aed117075f5.zip |
fix #297
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d02df0bc..4cd5eec5 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ * `CHG` hover: `LuaDoc` also catchs `--` (no need `---`) * `CHG` rename: support doc * `CHG` completion: keyword considers expression +* `FIX` [#297](https://github.com/sumneko/lua-language-server/issues/297) ## 1.5.0 `2020-12-5` |