We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bd06e commit e2b93afCopy full SHA for e2b93af
3 files changed
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
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).
4
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
21
## Release 0.15.0 (2025-11-09)
22
23
### Added
0 commit comments