Skip to content

Commit 3ae8940

Browse files
committed
Update CHANGES.md
1 parent 9be7e5f commit 3ae8940

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugin-gradle/CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66

7+
### Fixed
8+
* Correctly support the syntax
9+
```
10+
spotless {
11+
yaml {
12+
jackson().yamlFeature("MINIMIZE_QUOTES", true)
13+
}
14+
}
15+
```
16+
717
## [6.19.0] - 2023-05-24
818
### Added
919
* Support Rome as a formatter for JavaScript and TypeScript code. Adds a new `rome` step to `javascript` and `typescript` formatter configurations. ([#1663](https://github.com/diffplug/spotless/pull/1663))

0 commit comments

Comments
 (0)