diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-03-07 03:11:07 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-03-07 03:11:07 +0100 |
commit | 362000933f46ad1d509a659e39279298440a97ec (patch) | |
tree | f5d96ad6872938027ae8de8b6beb358820aae22b | |
parent | aeae9023424ba39d47fe42b03772988dc0c18a07 (diff) | |
download | lombok-362000933f46ad1d509a659e39279298440a97ec.tar.gz lombok-362000933f46ad1d509a659e39279298440a97ec.tar.bz2 lombok-362000933f46ad1d509a659e39279298440a97ec.zip |
fixed the weird goosechase thing in the changelog.
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 24a69a41..8fbc87b0 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,7 +4,7 @@ Lombok Changelog ### v1.12.7 "Edgy Guinea Pig" ### v1.12.6 (March 6th, 2014) -* GOOSECHASE: We're trying to fix a deadlock/race condition in the EquinoxClassLoader when Eclipse works with SVN or Gradle. (v2) +* BUGFIX: deadlocks would occasionally occur in eclipse during project builds, especially if using the gradle plugin. [Issue #645](https://code.google.com/p/projectlombok/issues/detail?id=645) * PLATFORM: Added support for Eclipse Luna. [Issue #609](https://code.google.com/p/projectlombok/issues/detail?id=609) * PLATFORM: Initial JDK8 support for eclipse's alpha support in kepler. [Issue #597](https://code.google.com/p/projectlombok/issues/detail?id=597) * 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). |