diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-08 14:16:59 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-08 14:18:34 +0100 |
commit | 65de4693eb19a60e472b6e04aec0b9e083a648f4 (patch) | |
tree | b9d86ddd51cb1087c526c090049a3456bf6dc789 /doc | |
parent | fd12196eea80f622686e049597eb5e86d4c98e7a (diff) | |
download | lombok-65de4693eb19a60e472b6e04aec0b9e083a648f4.tar.gz lombok-65de4693eb19a60e472b6e04aec0b9e083a648f4.tar.bz2 lombok-65de4693eb19a60e472b6e04aec0b9e083a648f4.zip |
[shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use -target 1.4 style class files (such as eclipse indigo). It’s a doozy.
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 f8ea2774..3e12adee 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -7,6 +7,7 @@ Lombok Changelog * BUGFIX: The ant `delombok` task was broken starting with v1.16.0. Note that the task def class has been changed; taskdef `lombok.delombok.ant.Tasks$Delombok` instead of the old `lombok.delombok.ant.DelombokTask`. [Issue #775](https://code.google.com/p/projectlombok/issues/detail?id=775). * BUGFIX: `val` in javac would occasionally fail if used inside inner classes. This is (probably) fixed. [Issue #694](https://code.google.com/p/projectlombok/issues/detail?id=694). * BUGFIX: Starting with v1.16.0, lombok would fail to execute as an executable jar if it was in a path was spaced in it. [Issue #777](https://code.google.com/p/projectlombok/issues/detail?id=777). +* BUGFIX: v1.16.0 did not work in old eclipse versions (such as eclipse indigo). ### v1.16.0 "Candid Duck" (January 26th, 2015) * BUGFIX: `@ExtensionMethod` was broken in Eclipse using java 8. [Issue #742](https://code.google.com/p/projectlombok/issues/detail?id=742), [Issue #747](https://code.google.com/p/projectlombok/issues/detail?id=747) |