Skip to content

Commit fbdaad5

Browse files
committed
Update changelog.
1 parent 8bd94d6 commit fbdaad5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin-gradle/CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
* Fixes [#410](https://github.com/diffplug/spotless/issues/410) AccessDeniedException in MinGW/GitBash.
77
* Also fixes occasional [hang on NFS due to filesystem timers](https://github.com/diffplug/spotless/pull/407#issuecomment-514824364).
88
* Eclipse-based formatters used to leave temporary files around ([#447](https://github.com/diffplug/spotless/issues/447)). This is now fixed, but only for eclipse 4.12+, no back-port to older Eclipse formatter versions is planned. ([#451](https://github.com/diffplug/spotless/issues/451))
9-
* Fixed a bad but simple bug in `paddedCell()` (https://github.com/diffplug/spotless/pull/455)
9+
* Fixed a bad but simple bug in `paddedCell()` ([#455](https://github.com/diffplug/spotless/pull/455))
1010
- if a formatter was behaving correctly on a given file (was idempotent)
1111
- but the file was not properly formatted
1212
- `spotlessCheck` would improperly say "all good" even though `spotlessApply` would properly change them
1313
- combined with up-to-date checking, could lead to even more confusing results,
14-
(https://github.com/diffplug/spotless/issues/338)
14+
([#338](https://github.com/diffplug/spotless/issues/338))
1515
- Fixed now!
16+
* When you specify `targetExclude()`, spotless no longer silently removes `build` directories from the exclusion ([#457](https://github.com/diffplug/spotless/pull/457)).
1617

1718
### Version 3.24.2 - August 19th 2019 ([javadoc](https://diffplug.github.io/spotless/javadoc/spotless-plugin-gradle/3.24.1/), [jcenter](https://bintray.com/diffplug/opensource/spotless-plugin-gradle/3.24.1))
1819

0 commit comments

Comments
 (0)