Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Nov 19, 2023
1 parent a469275 commit b5a26c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ type Foo = {
- `luau-lsp.diagnostics.strictDatamodelTypes` now defaults to `false` on the language server side (note, it was already default `false` in VSCode).
Defaulting to `true` was unintentional. This will affect external language client users (e.g. neovim)
- Analyze CLI tool now respects `luau-lsp.diagnostics.strictDatamodelTypes` if set in the provided configuration.
The flag `--no-strict-dm-types` still remains for backwards compatibility reasons, but can be treated as deprecated.
The flag `--no-strict-dm-types` still remains for backwards compatibility reasons, but is now deprecated.

### Fixed

- Attempting to rename a generic type parameter now correctly renames it in all locations
- Fixed renaming a local variable not appropriately renaming any imported types
- Auto-import requires will now show the full codeblock that will be inserted, rather than just the first line if also inserting a service

## [1.25.0] - 2023-10-14

Expand Down

0 comments on commit b5a26c8

Please sign in to comment.