Skip to content

Commit 34c70bb

Browse files
committed
3.11.1
1 parent d92db15 commit 34c70bb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5-
* `FIX` Pass storagePath option to server to resolve addon directory not found
5+
6+
## 3.11.1
7+
`2024-10-9`
8+
* `FIX` Fixed an issue preventing to set the locale to Japanese
9+
* `FIX` Preserve newlines between function comment and @see
10+
* `FIX` Accept storagePath option from client to resolve addon directory not found
611

712
## 3.11.0
13+
`2024-9-30`
814
* `NEW` Added support for Japanese locale
915
* `NEW` Infer function parameter types when overriding the same-named class function in an instance of that class [#2158](https://github.com/LuaLS/lua-language-server/issues/2158)
1016
* `NEW` Types with literal fields can be narrowed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3406,5 +3406,5 @@
34063406
"sponsor": {
34073407
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34083408
},
3409-
"version": "3.11.0"
3409+
"version": "3.11.1"
34103410
}

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.11.0"
3+
local VERSION = "3.11.1"
44

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

0 commit comments

Comments
 (0)