File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 3.6.2
4+ ` 2022-11-10 `
5+ * ` FIX ` incorrect type check for generic with nil
6+ * ` FIX ` [ #1676 ]
7+ * ` FIX ` [ #1677 ]
8+ * ` FIX ` [ #1679 ]
9+ * ` FIX ` [ #1680 ]
10+
11+ [ #1676 ] : https://github.com/sumneko/lua-language-server/issues/1676
12+ [ #1677 ] : https://github.com/sumneko/lua-language-server/issues/1677
13+ [ #1679 ] : https://github.com/sumneko/lua-language-server/issues/1679
14+ [ #1680 ] : https://github.com/sumneko/lua-language-server/issues/1680
15+
316## 3.6.1
417` 2022-11-8 `
518* ` FIX ` wrong diagnostics for ` pcall ` and ` xpcall `
Original file line number Diff line number Diff line change 30723072 "sponsor" : {
30733073 "url" : " https://github.com/sumneko/lua-language-server/issues/484"
30743074 },
3075- "version" : " 3.6.1 "
3075+ "version" : " 3.6.2 "
30763076}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 3.6.1 "
3+ local VERSION = " 3.6.2 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments