diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-05 01:17:07 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-05 01:17:07 +0200 |
commit | 5f58f0aed2e5ab0add2c6d99e4248520efd11e65 (patch) | |
tree | 8a307ca58cac83e8d76fd22976c76deb68ce3b8f /doc | |
parent | 304becdde7f5bcf44ed1fdb59b2c8d5bdf71125d (diff) | |
download | lombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.tar.gz lombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.tar.bz2 lombok-5f58f0aed2e5ab0add2c6d99e4248520efd11e65.zip |
post-release version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 4 |
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) |