Skip to content

Commit e2b93af

Browse files
committed
Update to version 0.16.0
1 parent a3bd06e commit e2b93af

3 files changed

Lines changed: 77 additions & 163 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.16.0 (2025-11-09)
6+
7+
### Added
8+
9+
- Safe mode support for reorder code to verify syntax tree integrity after reordering
10+
11+
### Changed
12+
13+
- Godot addon: safe mode is now enabled by default
14+
- Improved handling of lists with leading commas and inline comments
15+
16+
### Fixed
17+
18+
- Reorder code: fixed inline comments wrapping to separate lines
19+
- Added test case for comma after lambda function argument
20+
521
## Release 0.15.0 (2025-11-09)
622

723
### Added

0 commit comments

Comments
 (0)