Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into fix/signature-tuple-parameters
  • Loading branch information
sumneko authored Sep 23, 2025
commit b1a3f3e25c48c87e4948d10c7a000feb2db44dec
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `FIX` Incorrect generation of function signatures with tuple-parameters
* `NEW` Doc output now contains file paths for `@alias` and `@enum` types
* `FIX` Typos in a few error messages.
* `FIX` Incorrect inject-field message for extra table field in exact class
* `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.
* `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.
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.