diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-12-05 23:56:06 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-12-05 23:56:06 +0100 |
commit | 192bfe769306db9b7f9cc7091a1f6f8cddf06899 (patch) | |
tree | f9bf33c26832064d9f729b3a221a08d7a6832256 /doc | |
parent | a4ad76424f902d28a96195959f2960494661dc40 (diff) | |
download | lombok-192bfe769306db9b7f9cc7091a1f6f8cddf06899.tar.gz lombok-192bfe769306db9b7f9cc7091a1f6f8cddf06899.tar.bz2 lombok-192bfe769306db9b7f9cc7091a1f6f8cddf06899.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 ffac75e6..d5aa7ba1 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.16.13 "Edgy Guinea Pig" +* v1.16.12 is the latest stable release of Project Lombok. + ### v1.16.12 (December 5th, 2016) * FEATURE: `var` is the mutable sister of `val`. For now experimental, and opt-in using `ALLOW` in the flagUsage configuration key. Thanks for the contribution, Bulgakov Alexander. * CHANGE: `@Value` and `@FieldDefaults` no longer touch static fields [Issue #1254](https://github.com/rzwitserloot/lombok/issues/1254) |