aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2016-11-07 23:26:39 +0100
committerRoel Spilker <r.spilker@gmail.com>2016-11-07 23:26:39 +0100
commit192c569128d1ffb879fb104f44483e394032a790 (patch)
tree28e3d27ac0105cae0638998c3b086e83b7539da8 /doc/changelog.markdown
parent49f0bc1c3ede3c81754568af22fcdbbe8f4b5a8f (diff)
downloadlombok-192c569128d1ffb879fb104f44483e394032a790.tar.gz
lombok-192c569128d1ffb879fb104f44483e394032a790.tar.bz2
lombok-192c569128d1ffb879fb104f44483e394032a790.zip
[issue #1218] Annotation Processors that have an (internal) dependency on ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 89df8709..474ca2f5 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,7 @@ Lombok Changelog
### v1.16.11 "Edgy Guinea Pig"
* v1.16.10 is the latest release
+* BUGFIX: Annotation Processors that use ecj internally (dagger) no longer give linkage errors [Issue #1218](https://github.com/rzwitserloot/lombok/issues/1218)
* BUGFIX: `val` in lambda expressions now work as expected [Issue #911](https://github.com/rzwitserloot/lombok/issues/911)
* PLATFORM: Red Hat JBoss Developer Studio is now correctly identified by the installer [Issue #1164](https://github.com/rzwitserloot/lombok/issues/1164)
* BUGFIX: delombok: for-loops with initializers that are not local variables would be generated incorrectly [Issue #1076](https://github.com/rzwitserloot/lombok/issues/1076)