Skip to content

Commit

Permalink
Use correct issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker authored May 17, 2024
1 parent c47d7c0 commit bcf015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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/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).

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

0 comments on commit bcf015f

Please sign in to comment.