diff --git a/CHANGES.md b/CHANGES.md index 7f086003d9..be7f35c1d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Changed * Update ktfmt from 0.21 to 0.24 +### Added +* Added formatter for [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850) +* Added Gradle configuration JVM-based JSON formatting ### Fixed * The `` field in the maven POM is now set correctly ([#798](https://github.com/diffplug/spotless/issues/798)) diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 61ff04b644..c467d731ad 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -5,6 +5,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Changed * Update ktfmt from 0.21 to 0.24 +### Added +* Added Gradle configuration [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850) ### Fixed * The `` field in the maven POM is now set correctly ([#798](https://github.com/diffplug/spotless/issues/798))