Skip to content

Commit 6573956

Browse files
committed
Update CHANGELOG for release 0.4.0
1 parent 24bc42a commit 6573956

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.4.0 (2025-09-10)
6+
7+
### Fixed
8+
9+
- Trailing comments at the end of functions were being wrapped on a new line. They're now preserved at the end of the function line.
10+
11+
### Changed
12+
13+
- Updated to latest version of the GDScript parser with adapted queries for new body node in setters and getters
14+
- Added test case for trailing comments at the end of functions to ensure correct formatting
15+
516
## Release 0.3.0 (2025-09-04)
617

718
### Added

0 commit comments

Comments
 (0)