summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-23 21:01:55 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-23 21:01:55 +0800
commit5e3ec5527377acf9e6ab60fe222c40ddf2ef591c (patch)
tree983d21a2028af9c79755ba66cae4a85cbfd4773f
parent953944c5772762205b364bbcf29b913b024d8d27 (diff)
downloadlua-language-server-5e3ec5527377acf9e6ab60fe222c40ddf2ef591c.zip
2.0.2
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ff9cdf6b..5b9ebb3e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 2.0.2
+`2021-6-23`
* `NEW` supports literal table in `pairs`
```lua
local t = { a = 1, b = 2, c = 3 }