Skip to content

Commit 5f1226d

Browse files
committed
3.16.0
1 parent 4f4adc0 commit 5f1226d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5-
* `FIX` Plugin virtual comment style and behavior issues
5+
6+
## 3.16.0
7+
`2025-12-2`
68
* `NEW` Support Lua 5.5
9+
* `CHG` Doc output now contains file paths for `@alias` and `@enum` types
10+
* `CHG` Rename configuration option `Lua.diagnostics.disableScheme` to `Lua.diagnostics.validScheme` and improve its description. Now it enables diagnostics for Lua files that use the specified scheme.
11+
* `FIX` Plugin virtual comment style and behavior issues
712
* `FIX` Incorrect generation of function signatures with tuple-parameters
8-
* `NEW` Doc output now contains file paths for `@alias` and `@enum` types
913
* `FIX` Typos in a few error messages.
1014
* `FIX` Incorrect inject-field message for extra table field in exact class
11-
* `CHG` Rename configuration option `Lua.diagnostics.disableScheme` to `Lua.diagnostics.validScheme` and improve its description. Now it enables diagnostics for Lua files that use the specified scheme.
1215
* `FIX` adds the `|lambda|` operator to the `Lua.runtime.nonstandardSymbol` configuration template, which allows the use of that option. Previously, support for it existed in the parser, but we could not actually use the option because it is not recognised in the configuration.
1316
* `FIX` Typed `@field` (eg `---@field [string] boolean`) should not override other defined field [#2171](https://github.com/LuaLS/lua-language-server/issues/2171), [#2711](https://github.com/LuaLS/lua-language-server/issues/2711)
1417
* `FIX` don't return empty hover doc when luals failed to find definition

lua-language-server-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local git_ref = '3.15.1'
1+
local git_ref = '3.16.0'
22
local modrev = 'scm'
33
local specrev = '1'
44

0 commit comments

Comments
 (0)