Skip to content

Commit 8037240

Browse files
author
Igor Beslic
committed
ISSUE-872 apply requested changes - update root CHANGES.md, update changes text to follow style of previous entries
1 parent 489c3ca commit 8037240

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313

1414
### 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)).
1517
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
1618
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`
1719

plugin-gradle/CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66

77
### 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)).
1010
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
1111
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`
1212

0 commit comments

Comments
 (0)