diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-21 19:52:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-21 19:52:16 +0800 |
commit | 07219cbb20a46fbad86c4145710ebd976b54e138 (patch) | |
tree | d695f137f66c99b903f01edd3e46533242c3015c /changelog.md | |
parent | 364371362ffce9a90d09bd6f60c3a6a20d006fc7 (diff) | |
download | lua-language-server-07219cbb20a46fbad86c4145710ebd976b54e138.zip |
#871 fix return type of `math.floor`
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 5a025bd6..00c2c275 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 2.5.6 * `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning` +* `FIX` return type of `math.floor` ## 2.5.5 `2021-12-16` |