From 75616a06dc75c1bce8683d299cb0bce181ef08d8 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Sat, 4 Jun 2022 17:05:28 -0700 Subject: [PATCH] Update changelog. --- CHANGES.md | 4 ++-- plugin-gradle/CHANGES.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9b0f9ae0ea..0a3351fe91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,8 +10,8 @@ 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] - -* Add support for `editorConfigOverride` in `ktlint`. ([#1218](https://github.com/diffplug/spotless/pull/1218) fixes [#1193](https://github.com/diffplug/spotless/issues/1193)) +### Added +* Support for `editorConfigOverride` in `ktlint`. ([#1218](https://github.com/diffplug/spotless/pull/1218) fixes [#1193](https://github.com/diffplug/spotless/issues/1193)) ## [2.25.3] - 2022-05-10 ### Fixed diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 06c8988425..0732a18cee 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -3,8 +3,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`). ## [Unreleased] - -* Add support for `editorConfigOverride` in `ktlint`. ([#1218](https://github.com/diffplug/spotless/pull/1218) fixes [#1193](https://github.com/diffplug/spotless/issues/1193)) +### Added +* Support for `editorConfigOverride` in `ktlint`. ([#1218](https://github.com/diffplug/spotless/pull/1218) fixes [#1193](https://github.com/diffplug/spotless/issues/1193)) + * If you are using properties like `indent_size`, you should pass now pass them as `editorConfigOverride` and not as `userData`. ## [6.6.1] - 2022-05-13 ### Fixed