diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-04-14 22:46:11 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-04-14 22:46:11 +0200 |
commit | 3c65a6b847df9d412e2d2833bdf77630f2fc433a (patch) | |
tree | 0020ba263900ee68da8ae44cd3500ebffdaef2d5 /doc/changelog.markdown | |
parent | 59cdad442a9d3582049f64d656fc1277d5ea6d2b (diff) | |
download | lombok-3c65a6b847df9d412e2d2833bdf77630f2fc433a.tar.gz lombok-3c65a6b847df9d412e2d2833bdf77630f2fc433a.tar.bz2 lombok-3c65a6b847df9d412e2d2833bdf77630f2fc433a.zip |
post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index f6de4151..c4d8ec59 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,8 @@ Lombok Changelog ---------------- +### v1.16.5 "Edgy Guinea Pig" + ### v1.16.4 (April 14th, 2015) * BUGFIX: Lombok now works with Eclipse Mars. * BUGFIX: @UtilityClass could result in uninitialized static variables if compiled with ecj/eclipse. [Issue #804](https://code.google.com/p/projectlombok/issues/detail?id=804) |