summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-21 17:40:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-21 17:40:43 +0800
commit94c36c6743659f4cf241e43b9b4d5e9a7650f791 (patch)
treef531835053cbb61f5778997a67776c5a3dafe700 /changelog.md
parent7699e4ba610e570199f0b8c9097a5cdeda472c40 (diff)
downloadlua-language-server-94c36c6743659f4cf241e43b9b4d5e9a7650f791.zip
`type.castNumberToInteger` default by `true`
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 fc758c24..61e351ed 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 3.5.1
+* `CHG` setting `type.castNumberToInteger` default by `true`
* `FIX` [#1335](https://github.com/sumneko/lua-language-server/issues/1335)
* `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354)