From 14fbe0919b111a7d4d5644d15f4ca230394f9b96 Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Mon, 6 Sep 2021 22:12:58 +0100 Subject: [PATCH] Add Gherkin formatter changes to CHANGES --- CHANGES.md | 4 ++++ plugin-gradle/CHANGES.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ea30ad2eaf..ae96f58b94 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 [Gherkin feature files](https://github.com/diffplug/spotless/issues/928) +* Added Gradle configuration for Gherkin feature files + ## [2.16.0] - 2021-09-04 ### Added * Added support for `google-java-format`'s `skip-reflowing-long-strings` option ([#929](https://github.com/diffplug/spotless/pull/929)) diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 162d8fbe6a..677e9d9d33 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -4,6 +4,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Added +* Added Gradle configuration for Gherkin feature files + ## [5.15.0] - 2021-09-04 ### Added * Added support for `google-java-format`'s `skip-reflowing-long-strings` option ([#929](https://github.com/diffplug/spotless/pull/929))