Skip to content

Commit 1a8e99c

Browse files
committed
Add JSON formatter changes to CHANGES
1 parent 28e080b commit 1a8e99c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111

1212
## [Unreleased]
1313

14+
### Added
15+
* Added formatter for [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850)
16+
* Added Gradle configuration JVM-based JSON formatting
17+
1418
## [2.14.0] - 2021-06-10
1519
### Added
1620
* Added support for `eclipse-cdt` at `4.19.0`. Note that version requires Java 11 or higher.

plugin-gradle/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66

7+
### Added
8+
* Added Gradle configuration [JVM-based JSON formatting](https://github.com/diffplug/spotless/issues/850)
79
### Fixed
810
* Fixed IndexOutOfBoundsException in parallel execution of `eclipse-groovy` formatter ([#877](https://github.com/diffplug/spotless/issues/877))
911

0 commit comments

Comments
 (0)