Skip to content

Commit

Permalink
Add onX warning generation to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed May 17, 2024
1 parent b09d187 commit 30e19e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Lombok Changelog
### v1.18.33 "Edgy Guinea Pig"
* PLATFORM: Added support for Eclipse 2024-06; you'd get some `NoSuchMethodError` traces in your logs if using `@Builder` or `@Singular` prior to this fix. [Issue #3638](https://github.com/projectlombok/lombok/issues/3638).
* IMPROBABLE BREAKING CHANGE: Lombok now adds `@lombok.Generated` by default to methods and types it generates. This may result in accidentally increasing your test coverage percentage. [Issue #3667](https://github.com/projectlombok/lombok/issues/3667).
* IMPROBABLE BREAKING CHANGE: When `lombok.config` contains `lombok.onX.flagUsage = WARNING`, from now on warnings will actually be generated if onX is used.[Issue #2848](https://github.com/projectlombok/lombok/issues/2848)

### v1.18.32 (March 20th, 2024)
* PLATFORM: Initial JDK22 support added.
Expand Down

0 comments on commit 30e19e4

Please sign in to comment.