Skip to content

Commit 748fd30

Browse files
committed
Update changelog.
1 parent 132ecc9 commit 748fd30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1313
### Changes
1414
* Bump the dev version of Gradle from `7.5.1` to `7.6` ([#1409](https://github.com/diffplug/spotless/pull/1409))
1515
* We also removed the no-longer-required dependency `org.codehaus.groovy:groovy-xml`
16+
* Breaking changes to Spotless' internal testing infrastructure `testlib` ([#1443](https://github.com/diffplug/spotless/pull/1443))
17+
* `ResourceHarness` no longer has any duplicated functionality which was also present in `StepHarness`
18+
* `StepHarness` now operates on `Formatter` rather than a `FormatterStep`
19+
* `StepHarnessWithFile` now takes a `ResourceHarness` in its constructor to handle the file manipulation parts
20+
* Standardized that we test exception *messages*, not types, which will ease the transition to linting later on
1621

1722
## [2.31.1] - 2023-01-02
1823
### Fixed

0 commit comments

Comments
 (0)