diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-03 00:11:00 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-03 00:12:09 +0200 |
commit | 2b51cf84f4b11fb458c566317b4c2ecc94c8631b (patch) | |
tree | 9e72cbb8222e07ffb1101b73ad82f6f4311b7b91 /doc/changelog.markdown | |
parent | 3bffd6b08e75e5f8737749b911359317920cdb37 (diff) | |
download | lombok-2b51cf84f4b11fb458c566317b4c2ecc94c8631b.tar.gz lombok-2b51cf84f4b11fb458c566317b4c2ecc94c8631b.tar.bz2 lombok-2b51cf84f4b11fb458c566317b4c2ecc94c8631b.zip |
I think this one FINALLY fixes the problems with SneakyThrows! Issue #30
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 40a595ed..8546a84a 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,11 @@ Lombok Changelog ---------------- +### v0.8.5 + +* Fixed yet another issue with `@SneakyThrows`. This was reported fixed in v0.8.4. but it still didn't work quite as it should. Still falls under the bailiwick of +[Issue #30](http://code.google.com/p/projectlombok/issues/detail?id=30) + ### v0.8.4 * Fixed many issues with `@SneakyThrows` - in previous versions, using it would sometimes confuse the syntax colouring, and various constructs in the annotated method would cause outright eclipse errors, such as beginning the method with a try block. This also fixes [Issue #30](http://code.google.com/p/projectlombok/issues/detail?id=30) |