aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-08-19 00:06:25 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-08-19 00:06:25 +0200
commit74bcdd9306026aa54c88be5286155324840511c7 (patch)
treea432be35d593b1fc7f5eb9ecd15a360933401697 /doc/changelog.markdown
parent72341626ce17ab797bc5f9f003a12b99de2573f5 (diff)
downloadlombok-74bcdd9306026aa54c88be5286155324840511c7.tar.gz
lombok-74bcdd9306026aa54c88be5286155324840511c7.tar.bz2
lombok-74bcdd9306026aa54c88be5286155324840511c7.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 68405200..a775e0c6 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,9 @@
Lombok Changelog
----------------
+### v1.16.7 "Edgy Guinea Pig"
+* New edge
+
### v1.16.6 (August 18th, 2015)
* FEATURE: `@Helper` can be placed on method-local inner classes to make all methods in the class accessible to the rest of the method. [Full documentation](https://projectlombok.org/features/experimental/Helper.html).
* FEATURE: `@Builder(toBuilder = true)` is now available. It produces an instance method that creates a new builder, initialized with all the values of that instance. For more, read the [Feature page on Builder](https://projectlombok.org/features/Builder.html).