summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-21 20:44:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-21 20:44:14 +0800
commitec4f497aa2624d9dce29e1de0cfd28ecd85e7df3 (patch)
tree375acdbac5e572533cd62f721acd9e1a8cf3cb95 /changelog.md
parent07219cbb20a46fbad86c4145710ebd976b54e138 (diff)
downloadlua-language-server-ec4f497aa2624d9dce29e1de0cfd28ecd85e7df3.zip
fix runtime errors
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 00c2c275..92465e50 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,7 @@
## 2.5.6
* `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning`
* `FIX` return type of `math.floor`
+* `FIX` runtime errors
## 2.5.5
`2021-12-16`