Skip to content

Commit 481aa49

Browse files
committed
Update the changelog.
1 parent cc01036 commit 481aa49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ This document is intended for Spotless developers.
1010
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
1111

1212
## [TBD lint release]
13-
* **BREAKING** Removed `isClean`, `applyTo`, and `applyToAndReturnResultIfDirty` from `Formatter` because users should instead use `PaddedCell.check()`.
14-
* **BREAKING** Removed `FormatterStep.Strict` because it was unnecessary and unused implementation detail.
15-
* **BREAKING** Moved `PaddedCell.DirtyState` to its own top-level class with new methods.
13+
* **BREAKING** Removed `isClean`, `applyTo`, and `applyToAndReturnResultIfDirty` from `Formatter` because users should instead use new class `DirtyState.of`
14+
* **BREAKING** Removed `FormatterStep.Strict` because it was an unnecessary and unused implementation detail
1615
* **BREAKING** Removed `rootDir` and `exceptionPolicy` parameters from `Formatter`
16+
* **BREAKING** Renamed `PipeStepPair` to `FenceStep` and changed its approach to be lint-friendly
17+
* **BREAKING** Modified `StepHarness` and `StepHarnessWithFile` to stop asserting on exceptions (to prepare for Lint)
1718

1819
## [Unreleased]
1920
### Changes

0 commit comments

Comments
 (0)