Skip to content

Commit 398a4ef

Browse files
committed
Edit changelog
1 parent 98e29c6 commit 398a4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17-
- In language server mode, compute the difference between the unformatted and formatted document and only respond with the changes.
17+
- In language server mode, compute the difference between the unformatted and formatted document and only respond with the changes, rather than sending an edit for the whole file
1818
- Include `serverInfo` in the language server's [`InitializeResponse`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initializeResult)
1919

2020
### Fixed
2121

2222
- Fixed comments lost from expression after parentheses are removed when we are attempting to "hang" the expression. ([#1033](https://github.com/JohnnyMorganz/StyLua/issues/1033))
23-
- `document_range_formatting_provider` field missing from `ServerCapabilities`
23+
- Fixed `document_range_formatting_provider` capability missing from `ServerCapabilities` in language server mode
2424

2525
## [2.2.0] - 2025-09-14
2626

0 commit comments

Comments
 (0)