From c7e46d84cc7e81134d1b1df258ca9a51fd328dfb Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Sun, 26 Feb 2023 12:20:31 -0800 Subject: [PATCH] Update plugin changelogs. --- plugin-gradle/CHANGES.md | 3 +++ plugin-maven/CHANGES.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index afba5abdc7..7d70a74149 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -3,6 +3,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`). ## [Unreleased] +### Fixed +* `json { jackson()` can now handle `Array` as a root element. ([#1585](https://github.com/diffplug/spotless/pull/1585)) +### Changes * Bump default `cleanthat` version to latest `2.1` -> `2.2` ([#1569](https://github.com/diffplug/spotless/pull/1569)) ## [6.15.0] - 2023-02-10 diff --git a/plugin-maven/CHANGES.md b/plugin-maven/CHANGES.md index 8d4c67a9b6..e3ff459b33 100644 --- a/plugin-maven/CHANGES.md +++ b/plugin-maven/CHANGES.md @@ -3,6 +3,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`). ## [Unreleased] +### Fixed +* `` can now handle `Array` as a root element. ([#1585](https://github.com/diffplug/spotless/pull/1585)) ### Changes * Bump default `cleanthat` version to latest `2.1` -> `2.2` ([#1569](https://github.com/diffplug/spotless/pull/1569))