aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-07-26 00:17:09 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-07-26 00:17:09 +0200
commit61fbd4a7f82180871e635a0ca80248e0cec02cf3 (patch)
tree1ab981ef46ee2f1163af78a66b0bf5f52043ec99 /doc/changelog.markdown
parentdc715da8b79bff32116ac477d0ac04875bd21167 (diff)
downloadlombok-61fbd4a7f82180871e635a0ca80248e0cec02cf3.tar.gz
lombok-61fbd4a7f82180871e635a0ca80248e0cec02cf3.tar.bz2
lombok-61fbd4a7f82180871e635a0ca80248e0cec02cf3.zip
post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 29bd1cce..0a12cb2d 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,9 @@
Lombok Changelog
----------------
+### v1.18.3 "Edgy Guinea Pig"
+* No changes yet.
+
### v1.18.2 (July 26th, 2018)
* BUGFIX: mapstruct + lombok in eclipse should hopefully work again. [Issue #1359](https://github.com/rzwitserloot/lombok/issues/1359) and [mapstruct issue #1159](https://github.com/mapstruct/mapstruct/issues/1159)
* BUGFIX: Equals and hashCode again exclude transient fields by default. [Issue #1724](https://github.com/rzwitserloot/lombok/issues/1724)