Skip to content

Commit 6610d01

Browse files
committed
2.3.6
1 parent 44443d4 commit 6610d01

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

3+
## 2.3.6
4+
`2021-8-9`
5+
* `FIX` completion: can not find global fields
6+
* `FIX` globals and class may lost
7+
38
## 2.3.5
49
`2021-8-9`
510
* `CHG` improve memory usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,5 +1419,5 @@
14191419
"type": "git",
14201420
"url": "https://github.com/sumneko/lua-language-server"
14211421
},
1422-
"version": "2.3.5"
1422+
"version": "2.3.6"
14231423
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "2.3.5"
3+
local VERSION = "2.3.6"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)