diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-02-11 04:28:12 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-02-11 04:28:12 +0100 |
commit | b53da8728732630aa6c6e0760dd8247922c59196 (patch) | |
tree | 5f95309a117f3f7ecf5d9119ae6c2897f0531399 | |
parent | cb8d1d034338c9e5c3516953cdd3bc4339cb664c (diff) | |
download | lombok-b53da8728732630aa6c6e0760dd8247922c59196.tar.gz lombok-b53da8728732630aa6c6e0760dd8247922c59196.tar.bz2 lombok-b53da8728732630aa6c6e0760dd8247922c59196.zip |
changelog updated for issue 632 (topic support for loggers)
-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 400fe096..55a95ba5 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v1.12.5 "Edgy Guinea Pig" +* 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). |