We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00a8f2 commit 917d78fCopy full SHA for 917d78f
changelog.md
@@ -1,5 +1,11 @@
1
# changelog
2
3
+## 1.12.2
4
+`2021-1-27`
5
+* `CHG` performance optimization
6
+* `FIX` modifying the code before loading finish makes confusion
7
+* `FIX` signature: not works
8
+
9
## 1.12.1
10
`2021-1-27`
11
* `FIX` endless loop
package.json
@@ -1047,5 +1047,5 @@
1047
"type": "git",
1048
"url": "https://github.com/sumneko/lua-language-server"
1049
},
1050
- "version": "1.12.1"
+ "version": "1.12.2"
1051
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "1.12.1"
+local VERSION = "1.12.2"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments