aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-15 23:24:04 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-15 23:24:04 +0200
commit737dc6e4333c09a0848d2f5b0d621a27a8039a70 (patch)
treec24ddd4a4753d32c8628dbef40a9f08e285a75af /doc
parent065616aea18010d76a8c907f6940234d8c2ef108 (diff)
downloadlombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.tar.gz
lombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.tar.bz2
lombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.zip
[versioning] pre-release version bump
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 0a0f0782..1474994c 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,7 +4,7 @@ Lombok Changelog
### v1.18.17 "Edgy Guinea Pig"
* NO CHANGES YET
-### v1.18.16(October 15th, 2020)
+### v1.18.16 (October 15th, 2020)
* BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse.
* BREAKING CHANGE: mapstruct users should now add a dependency to lombok-mapstruct-binding. This solves compiling modules with lombok (and mapstruct).
* IMPROBABLE BREAKING CHANGE: The generated hashcode has changed for classes that include both primitive fields and reference fields.