Skip to content

Commit

Permalink
[typo] type in the edgy guinea pig version number, messing up deploym…
Browse files Browse the repository at this point in the history
…ent of changelog
  • Loading branch information
rzwitserloot committed Jan 16, 2022
1 parent 97f7d98 commit 7eff9d3
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
@@ -1,7 +1,7 @@
Lombok Changelog
----------------

### v1.18.24 "Edgy Guinea Pig"
### v1.18.23 "Edgy Guinea Pig"

* FEATURE: `@ToString` has an annotation parameter called `onlyExplicitlyIncluded`. There's now a config key `lombok.toString.onlyExplicitlyIncluded` to set this property as well. [Issue #2849](https://github.com/projectlombok/lombok/pull/2849).
* FEATURE: Turning a field named `uShape` into a getter is tricky: `getUShape` or `getuShape`? The community is split on which style to use. Lombok does `getUShape`, but if you prefer the `getuShape` style, add to `lombok.config`: `lombok.accessors.capitalization = beanspec`. [Issue #2693](https://github.com/projectlombok/lombok/issues/2693) [Pull Request #2996](https://github.com/projectlombok/lombok/pull/2996). Thanks __@YonathanSherwin__!
Expand Down

0 comments on commit 7eff9d3

Please sign in to comment.