aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-02-10 23:05:23 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-02-10 23:05:23 +0100
commit95303949cabadaa8742e21c43e646b0f00b0b6ae (patch)
tree8cbbd38224bcbb5a6e00f856f85746a07918c425 /doc/changelog.markdown
parent3812bca3578fbf25ef86c2a5b19de8f55d36b748 (diff)
downloadlombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.tar.gz
lombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.tar.bz2
lombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.zip
[version] post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index ed23657c..9ceb3010 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,8 @@
Lombok Changelog
----------------
+### v1.16.3 "Edgy Guinea Pig"
+
### v1.16.2 (February 10th, 2015)
* FEATURE: The config key `lombok.extern.findbugs.addSuppressFBWarnings` can now be used to add findbugs suppress warnings annotations to all code lombok generates. This addresses feature request [Issue #702](https://code.google.com/p/projectlombok/issues/detail?id=702).
* FEATURE: New lombok annotation: `@UtilityClass`, for making utility classes (not instantiable, contains only static 'function' methods). See the [feature documentation](http://projectlombok.org/features/experimental/UtilityClass.html) for more information.