diff --git a/CHANGES.md b/CHANGES.md index 8c25d13a52..ae2e550f7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Added +* Added formatter for [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850) +* Added Gradle configuration JVM-based JSON formatting + ## [2.14.0] - 2021-06-10 ### Added * Added support for `eclipse-cdt` at `4.19.0`. Note that version requires Java 11 or higher. diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index e271edce27..b0dbc43827 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -4,6 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Added +* Added Gradle configuration [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850) ### Fixed * Fixed IndexOutOfBoundsException in parallel execution of `eclipse-groovy` formatter ([#877](https://github.com/diffplug/spotless/issues/877))