From 9d0624864f629ce78809159841e7fd10aef72543 Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Sun, 26 Jul 2026 10:40:19 +0530 Subject: [PATCH 1/2] chore: correct exclude feature note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2effb70..12b26f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This file documents the changes made to the formatter with each release. ### Added -- You can not exclude files and folders using the `--exclude/-x` flag or `gdscript_formatter_exclude` in your editorconfig files (#299) +- You can now exclude files and folders using the `--exclude/-x` flag or `gdscript_formatter_exclude` in your editorconfig files (#299) ### Fixed From bfb2df2b81cdfe9413d6152b0c9df2d7d9221289 Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Mon, 27 Jul 2026 07:25:47 +0530 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181a8d9..30a1190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This file documents the changes made to the formatter with each release. - Added `--verbose` option to print one line per formatted file (#227) +### Fixed + +- Fixed an extra comma being inserted after a trailing comment in a lambda function argument (#304) + ## Release 0.24.0 (2026-07-25) ### Added