diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-02-12 01:37:39 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-02-12 01:37:39 +0100 |
commit | d1b3545b016f4891e8272159d846903b25315aec (patch) | |
tree | 45c85f9170dcb439edf3d50247e7ceb3893e2182 /doc | |
parent | 91d6bcfeb5f7962f8fa95b29b4b4a58e2c8c06d5 (diff) | |
download | lombok-d1b3545b016f4891e8272159d846903b25315aec.tar.gz lombok-d1b3545b016f4891e8272159d846903b25315aec.tar.bz2 lombok-d1b3545b016f4891e8272159d846903b25315aec.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 da110d27..fee354fe 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.18.7 "Edgy Guinea Pig" +* Nothing new yet in the edge release. + ### v1.18.6 (February 12th, 2019) * FEATURE: Javadoc on fields will now also be copied to the Builders' setters. Thanks for the contribution, Emil Lundberg. [Issue #2008](https://github.com/rzwitserloot/lombok/issues/2008) * FEATURE: The `@FieldNameConstants` feature now allows you to write the inner type by hand and add whatever you like to it; lombok will add the constants to this class. See the updated [FieldNameConstants feature](https://projectlombok.org/features/experimental/FieldNameConstants) page. |