diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-10-30 23:49:09 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-11-06 22:41:32 +0100 |
commit | 34e1c295d2fd2a29314ea5826dae097b806cef41 (patch) | |
tree | 26b7a7e113dc6682ae5e2b67a5dbec51b3182874 /doc | |
parent | 975880abdbba376e75f06a5bd6bf0bb7f0a2a885 (diff) | |
download | lombok-34e1c295d2fd2a29314ea5826dae097b806cef41.tar.gz lombok-34e1c295d2fd2a29314ea5826dae097b806cef41.tar.bz2 lombok-34e1c295d2fd2a29314ea5826dae097b806cef41.zip |
Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 5b633923..0722ca21 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ Lombok Changelog ### v1.16.19 "Edgy Guinea Pig" * v1.16.18 is the latest stable release of Project Lombok. * PLATFORM: Possible support for jdk9 in the new IntelliJ, Netbeans and for Gradle +* DEVELOPMENT: Compiling lombok on JDK1.9 is now possible. ### v1.16.18 (July 3rd, 2017) * PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) |