You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [Unreleased]
13
13
14
14
### Changed
15
+
* Added `named` option to `licenseHeader` to support alternate license header within same format (like java) ([872](https://github.com/diffplug/spotless/issues/872)).
16
+
* Added `onlyIfContentMatches` option to `licenseHeader` to skip license header application based on source file content pattern ([#650](https://github.com/diffplug/spotless/issues/650)).
15
17
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [Unreleased]
6
6
7
7
### Changed
8
-
* Added support to apply alternate license header within same format (like java) ([872](https://github.com/diffplug/spotless/issues/872))
9
-
* Added support to skip license header application based on source file content pattern ([#650](https://github.com/diffplug/spotless/issues/650)).
8
+
* Added `named` option to `licenseHeader` to support alternate license header within same format (like java) ([872](https://github.com/diffplug/spotless/issues/872)).
9
+
* Added `onlyIfContentMatches` option to `licenseHeader` to skip license header application based on source file content pattern ([#650](https://github.com/diffplug/spotless/issues/650)).
10
10
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
0 commit comments