diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-08-19 00:06:25 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-08-19 00:06:25 +0200 |
commit | 74bcdd9306026aa54c88be5286155324840511c7 (patch) | |
tree | a432be35d593b1fc7f5eb9ecd15a360933401697 /doc | |
parent | 72341626ce17ab797bc5f9f003a12b99de2573f5 (diff) | |
download | lombok-74bcdd9306026aa54c88be5286155324840511c7.tar.gz lombok-74bcdd9306026aa54c88be5286155324840511c7.tar.bz2 lombok-74bcdd9306026aa54c88be5286155324840511c7.zip |
post-release version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 3 |
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). |