summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-04 18:04:08 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-04 18:04:08 +0800
commit88b58826a4e84d5bc4c0cf99e544c5b4073cb198 (patch)
tree471174b237356472006bf461268be754d09fcb56 /changelog.md
parent536c6148c4071ba4533da94948c81037322ae37d (diff)
downloadlua-language-server-88b58826a4e84d5bc4c0cf99e544c5b4073cb198.zip
fix #279 parser native supports negative number
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 1f6e3195..0a5a7215 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `NEW` setting `runtime.unicodeName`
* `NEW` fully supports `---@generic T`
* `FIX` [#274](https://github.com/sumneko/lua-language-server/issues/274)
+* `FIX` [#279](https://github.com/sumneko/lua-language-server/issues/279)
## 1.4.0
`2020-12-3`