From 8daa4134aa958d5cb0dc7f674447e123c663b7b5 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 11 Jan 2022 04:37:42 +0000 Subject: [PATCH] changelog --- plugin-gradle/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index c83152a628..bf7eb60975 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] +### Changed +* Register `spotlessPredeclare` extension with type `SpotlessPredeclareExtension` instead of the same `SpotlessExtension` as `spotless` ([#1084](https://github.com/diffplug/spotless/pull/1084)). + ## [6.1.2] - 2022-01-07 ### Fixed