aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2016-07-15 02:37:59 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2016-07-15 02:37:59 +0200
commit8f0950e8048de5be559c01944ad227ed50086dd2 (patch)
treed4a810ed433b15b9686833fd0e176ebf3ef4d93c /doc
parentc13e7b447a501a321a59e1006c10309c573f6276 (diff)
downloadlombok-8f0950e8048de5be559c01944ad227ed50086dd2.tar.gz
lombok-8f0950e8048de5be559c01944ad227ed50086dd2.tar.bz2
lombok-8f0950e8048de5be559c01944ad227ed50086dd2.zip
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 f60bea7c..168be7c3 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,7 +1,7 @@
Lombok Changelog
----------------
-### v1.16.9 "Edgy Guinea Pig"
+### v1.16.10 (July 15th, 2016)
* FEATURE: Added support for JBoss logger [Issue #1103](https://github.com/rzwitserloot/lombok/issues/1103)
* ENHANCEMENT: Running `javac -Xlint:all` would generate a warning about unclaimed annotations [Issue #1117](https://github.com/rzwitserloot/lombok/issues/1117)
* BUGFIX: Eclipse Mars would sometimes throw a NullPointerException when using `@Delegate` [Issue #913](https://github.com/rzwitserloot/lombok/issues/913)