Skip to content

Commit 26dd6d1

Browse files
committed
3.2.2
1 parent 4254e37 commit 26dd6d1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

changelog.md

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

3+
## 3.2.2
4+
`2022-4-26`
5+
* `FIX` diagnostic: `unused-function` cannot handle recursion correctly
6+
* `FIX` [#1092](https://github.com/sumneko/lua-language-server/issues/1092)
7+
* `FIX` [#1093](https://github.com/sumneko/lua-language-server/issues/1093)
8+
* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/sumneko/lua-language-server/issues/1091)
9+
10+
## 3.2.1
11+
`2022-4-25`
12+
* `FIX` broken in VSCode
13+
314
## 3.2.0
415
`2022-4-25`
516
* `NEW` supports infer of callback parameter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,5 +1752,5 @@
17521752
"type": "git",
17531753
"url": "https://github.com/sumneko/lua-language-server"
17541754
},
1755-
"version": "3.2.1"
1755+
"version": "3.2.2"
17561756
}

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 = "3.2.1"
3+
local VERSION = "3.2.2"
44

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

server

0 commit comments

Comments
 (0)