aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-02-20 21:34:57 +0100
committerRoel Spilker <r.spilker@gmail.com>2014-02-20 21:34:57 +0100
commitbef8d3cb41cc895226ebc29ecef8555d15f9beae (patch)
tree892da5b292c83e52727839663940ad03e7ec4df8 /doc
parentc72e2a273233719750af0f41e842f705292888ac (diff)
downloadlombok-bef8d3cb41cc895226ebc29ecef8555d15f9beae.tar.gz
lombok-bef8d3cb41cc895226ebc29ecef8555d15f9beae.tar.bz2
lombok-bef8d3cb41cc895226ebc29ecef8555d15f9beae.zip
previous fix also fixes issue 438: Using the surround with try/catch quickfix in methods with SneakyThrows
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 e5b46428..a5b3bbe3 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.12.5 "Edgy Guinea Pig"
+* 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).