diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-01-16 04:22:15 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-01-16 04:22:15 +0100 |
commit | 7eff9d31b047c9155b117dcf0d0430f64b342129 (patch) | |
tree | 646aaba9071b2f49962921f58405932ed699a7df /doc | |
parent | 97f7d98cdbc044223d8198a20890d25c34721747 (diff) | |
download | lombok-7eff9d31b047c9155b117dcf0d0430f64b342129.tar.gz lombok-7eff9d31b047c9155b117dcf0d0430f64b342129.tar.bz2 lombok-7eff9d31b047c9155b117dcf0d0430f64b342129.zip |
[typo] type in the edgy guinea pig version number, messing up deployment of changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 0119f8b2..f41b87dc 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -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__! |