diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-02-27 21:30:49 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-02-27 21:30:49 +0100 |
commit | 6d37333f2df7f0b637939f1f66adcb79c595f1d0 (patch) | |
tree | a754882b740b4ca72182517f7cc67d57e2e27b4d /doc | |
parent | f7822aed9addaa1a150342eb2760e1a4a85b3ffb (diff) | |
download | lombok-6d37333f2df7f0b637939f1f66adcb79c595f1d0.tar.gz lombok-6d37333f2df7f0b637939f1f66adcb79c595f1d0.tar.bz2 lombok-6d37333f2df7f0b637939f1f66adcb79c595f1d0.zip |
updated changelog to reflect the new support for luna and some JDK8 features in eclipse.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index b0e08003..472aa0f5 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,9 +3,11 @@ 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. (v2) +* 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). * 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). * BUGFIX: {Netbeans} @SneakyThrows would lead to unused import and break refactorings [Issue #471](https://code.google.com/p/projectlombok/issues/detail?id=471). * BUGFIX: Eclipse Organize Imports would generate error: AST must not be null [Issue #631](https://code.google.com/p/projectlombok/issues/detail?id=631). * BUGFIX: Copying javadoc to getters / setters / withers would copy non-relevant sections too. [Issue #585](https://code.google.com/p/projectlombok/issues/detail?id=585). |