summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-18 14:48:49 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-18 14:48:49 +0800
commit9f6cf53d0452b33316225450af5022f70bffca4c (patch)
treebe69953b576bdec5c70b324659bcf2149e0caa45 /changelog.md
parent5c39b8fc967b1dec072d9dcd01bee4752f184044 (diff)
downloadlua-language-server-9f6cf53d0452b33316225450af5022f70bffca4c.zip
fix #452 fix matching gitignore of root
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 3bead9a8..715bfd0c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -43,6 +43,7 @@ f( -- view comments of `1` and `2` in completion
* `CHG` completion: improve `then .. end`
* `CHG` improve performance
* `FIX` missed syntax error `function m['x']() end`
+* `FIX` [#452](https://github.com/sumneko/lua-language-server/issues/452)
## 1.18.1
`2021-3-10`