aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-06-05 01:17:07 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-06-05 01:17:07 +0200
commit5f58f0aed2e5ab0add2c6d99e4248520efd11e65 (patch)
tree8a307ca58cac83e8d76fd22976c76deb68ce3b8f /doc
parent304becdde7f5bcf44ed1fdb59b2c8d5bdf71125d (diff)
downloadlombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.tar.gz
lombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.tar.bz2
lombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.zip
post-release version bump
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 012af0d3..1648cdba 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,8 +1,10 @@
Lombok Changelog
----------------
+### v1.18.1 "Edgy Guinea Pig"
+* v1.18.0 is the latest stable release of Project Lombok.
+
### v1.18.0 (June 5th, 2018)
-* v1.16.22 is the latest stable release of Project Lombok.
* BREAKING CHANGE: The in 1.16.22 introduced configuration key `lombok.noArgsConstructor.extraPrivate` is now `false` by default. [Issue #1708](https://github.com/rzwitserloot/lombok/issues/1708)
* BUGFIX: Do not generate a private no-args constructor if that breaks the code. [Issue #1703](https://github.com/rzwitserloot/lombok/issues/1703), [Issue #1704](https://github.com/rzwitserloot/lombok/issues/1704), [Issue #1712](https://github.com/rzwitserloot/lombok/issues/1712)
* BUGFIX: Using boolean parameters in lombok annotations would fail. [Issue #1709](https://github.com/rzwitserloot/lombok/issues/1709)