aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-02-24 23:16:28 +0100
committerRoel Spilker <r.spilker@gmail.com>2014-02-24 23:16:28 +0100
commit15e7adfa08a3dc86e34008c80b5719e93fb73811 (patch)
tree053f93a25a0acd2b1c055b908416d704aade0527 /doc
parent4372aedbd03cc4e43b90a4c0c4f703da01f322ef (diff)
downloadlombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.tar.gz
lombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.tar.bz2
lombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.zip
Another shot in the dark to fix deadlock issues with eclipse and build plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index a5b3bbe3..67f6f63f 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.12.5 "Edgy Guinea Pig"
+* GOOSECHASE: We're trying to fix a deadlock/race condition in the EquinoxClassLoader when Eclipse works with SVN or Gradle.
* BUGFIX: Eclipse quickfix _Surround with try/catch block_ didn't work inside `@SneakyThrows` annotated methods [Issue #438](https://code.google.com/p/projectlombok/issues/detail?id=438).
* BUGFIX: Eclipse refactoring _Extract Local Variable_ didn't work inside `@SneakyThrows` annotated methods [Issue #633](https://code.google.com/p/projectlombok/issues/detail?id=633).
* FEATURE: The various `@Log` annotations now support the `topic` parameter, which sets the logger's name. The default remains the fully qualified type name of the class itself. [Issue #632](https://code.google.com/p/projectlombok/issues/detail?id=632).