We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fb4b6 commit 770a495Copy full SHA for 770a495
plugin-gradle/CHANGES.md
@@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
## [Unreleased]
6
### Fixed
7
* Make `KtfmtConfig.ConfigurableStyle#configure` public. ([#1926](https://github.com/diffplug/spotless/pull/1926))
8
+* **BREAKING CHANGE** `6.23.0` made breaking changes to the ABI of the `KotlinExtension` and `GroovyExtension`. Those are reflected retroactively now.
9
+ - Previously, we had done semver on the Gradle plugin based only on buildscript compatibility.
10
+ - From now on, we will consider ABI for the benefit of convention-based plugins.
11
12
## [6.23.2] - 2023-12-01
13
0 commit comments