diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-04 16:29:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-04 16:29:07 +0800 |
commit | efd78df87108830bc2d35cb32678d4fe1d421cc4 (patch) | |
tree | df22db46b1f517ac838863223c917bcceb41e5ce /changelog.md | |
parent | a85872115adb2a9d3ec0f14ddf0edb46016a4ea6 (diff) | |
download | lua-language-server-efd78df87108830bc2d35cb32678d4fe1d421cc4.zip |
#278 fully supports doc.generic
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 ad7b87a6..1f6e3195 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.5.0 * `NEW` setting `runtime.unicodeName` +* `NEW` fully supports `---@generic T` * `FIX` [#274](https://github.com/sumneko/lua-language-server/issues/274) ## 1.4.0 |