Skip to content

Commit 32fec3c

Browse files
committed
3.15.0
1 parent a4152ea commit 32fec3c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

changelog.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5-
* `FIX` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available
6-
* `NEW` support custom addons path for enhanced editor flexibility
7-
* `FIX` support hex color codes with `#` in `textDocument/documentColor`
5+
6+
## 3.15.0
7+
`2025-6-25`
8+
* `NEW` Support custom addons path for enhanced editor flexibility
9+
* `NEW` Add `Lua.type.maxUnionVariants` which can be set to limit how many union variants are checked against
10+
* `CHG` Add missing locale
11+
* `CHG` Fulfill zh-tw translations
12+
* `FIX` Cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available
13+
* `FIX` Support hex color codes with `#` in `textDocument/documentColor`
814
* `FIX` Prevent class methods from triggering missing-fields diagnostics
9-
* `ADD` missing locale
10-
* `FIX` updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15
11-
* `CHG` fulfill zh-tw translations
12-
* `FIX` large unions will no longer erroneously fail to match later variants
13-
* `ADD` Lua.type.maxUnionVariants which can be set to limit how many union variants are checked against
15+
* `FIX` Updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15
16+
* `FIX` Large unions will no longer erroneously fail to match later variants
1417

1518
## 3.14.0
1619
`2025-4-7`

0 commit comments

Comments
 (0)