diff --git a/CHANGES.md b/CHANGES.md index 26a9240eb1..e66f3797b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,9 @@ This document is intended for Spotless developers. We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`). ## [Unreleased] +### 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 d83005272e..af6aa0f8d1 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -3,6 +3,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`). ## [Unreleased] +### 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))