Skip to content

Commit 649eb59

Browse files
committed
Update changes
1 parent 4c3d0c7 commit 649eb59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1717
* Bump default `ktfmt` version to latest `0.52` -> `0.53`. ([#2320](https://github.com/diffplug/spotless/pull/2320))
1818
### Fixed
1919
* You can now use `removeUnusedImports` and `googleJavaFormat` at the same time again. (fixes [#2159](https://github.com/diffplug/spotless/issues/2159))
20-
* The default list of type annotations used by `formatAnnotations` now includes `Valid` (fixes [#2334]https://github.com/diffplug/spotless/issues/2334)
20+
* The default list of type annotations used by `formatAnnotations` now includes Jakarta Validation's `Valid` and constraints validations (fixes [#2334](https://github.com/diffplug/spotless/issues/2334))
2121

2222
## [3.0.0.BETA4] - 2024-10-24
2323
### Added

plugin-gradle/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
99
* Bump default `ktfmt` version to latest `0.52` -> `0.53`. ([#2320](https://github.com/diffplug/spotless/pull/2320))
1010
### Fixed
1111
* You can now use `removeUnusedImports` and `googleJavaFormat` at the same time again. (fixes [#2159](https://github.com/diffplug/spotless/issues/2159))
12-
* The default list of type annotations used by `formatAnnotations` now includes `Valid` (fixes [#2334]https://github.com/diffplug/spotless/issues/2334))
12+
* The default list of type annotations used by `formatAnnotations` now includes Jakarta Validation's `Valid` and constraints validations (fixes [#2334](https://github.com/diffplug/spotless/issues/2334))
1313

1414
## [7.0.0.BETA4] - 2024-10-24
1515
### Added

plugin-maven/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
99
* Bump default `ktfmt` version to latest `0.52` -> `0.53`. ([#2320](https://github.com/diffplug/spotless/pull/2320))
1010
### Fixed
1111
* You can now use `removeUnusedImports` and `googleJavaFormat` at the same time again. (fixes [#2159](https://github.com/diffplug/spotless/issues/2159))
12-
* The default list of type annotations used by `formatAnnotations` now includes `Valid` (fixes [#2334]https://github.com/diffplug/spotless/issues/2334)
12+
* The default list of type annotations used by `formatAnnotations` now includes Jakarta Validation's `Valid` and constraints validations (fixes [#2334](https://github.com/diffplug/spotless/issues/2334))
1313

1414
## [2.44.0.BETA4] - 2024-10-24
1515
### Added

0 commit comments

Comments
 (0)