diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-04 11:35:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-04 11:35:53 +0800 |
commit | d031852bf13cdf195bb834848f6f7ddba0b1b4ac (patch) | |
tree | eeafc3272dc0bc84753461e7a357558dcc0b035d /changelog.md | |
parent | a7f8fb8b3bfbd3fb23d208cf789d276961a28056 (diff) | |
download | lua-language-server-d031852bf13cdf195bb834848f6f7ddba0b1b4ac.zip |
new setting `runtime.unicodeName`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b78327fa..81f941cc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 1.5.0 +* `NEW` setting `runtime.unicodeName` + ## 1.4.0 `2020-12-3` * `NEW` setting `hover.previewFields`: limit how many fields are shown in table hover |