Skip to content

Commit 3e5f620

Browse files
committed
Update changelog for version 0.11.0
1 parent 57421eb commit 3e5f620

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This file documents the changes made to the formatter with each release. This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Release 0.11.0 (2025-09-29)
6+
7+
This release improves the formatter's performance by up to 10% compared to previous release, fixes several issues with safe mode, and refines the handling of docstrings and region.
8+
9+
### Added
10+
11+
- Formatting support for class documentation comments
12+
- Improved spacing logic for inline comments in cases where we need to apply two lines of spacing
13+
14+
### Changed
15+
16+
- Improved the performance of `class_name` and `extends` queries
17+
- Updated safe mode help message to warn about rare cases where it may not catch all formatting issues
18+
19+
### Fixed
20+
21+
- Safe mode incorrectly parsing `extends` statements as children of `class_name` statements
22+
- `#endregion` comments immediately following `#region` comments being collapsed
23+
- Missing empty lines between class documentation comments and following statements
24+
- Multiple empty lines after `extends` statements (now we ensure there is only one empty line)
25+
- Godot add-on: Download URL for Windows users failing due to incorrect file extension
26+
- Failing reorder test cases were cleaned up and corrected
27+
528
## Release 0.10.1 (2025-09-28)
629

730
### Changed

0 commit comments

Comments
 (0)