diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-26 23:49:54 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-26 23:49:54 +0200 |
commit | 5b3e61117bc558f7344b877e938d4d2b6a58f5f0 (patch) | |
tree | 569ca0aba4a13c0955093b7d1e3eafdfb8a06273 /doc/changelog.markdown | |
parent | 45ebee789696097cae6347bb777ac81bf16ddcad (diff) | |
parent | 704b806d67db3c4bbc4edcbc64b4fdfa8438c5fb (diff) | |
download | lombok-5b3e61117bc558f7344b877e938d4d2b6a58f5f0.tar.gz lombok-5b3e61117bc558f7344b877e938d4d2b6a58f5f0.tar.bz2 lombok-5b3e61117bc558f7344b877e938d4d2b6a58f5f0.zip |
Merge branch 'master' of github.com:rzwitserloot/lombok
Diffstat (limited to 'doc/changelog.markdown')
-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 d1743147..694da2ab 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v0.10.9 (edge) * FEATURE: The combination of `@Delegate` and `@Getter` or `@Data` will now delegate to the result of a generated getter. [Issue #328](http://code.google.com/p/projectlombok/issues/detail?id=328) +* BUGFIX: Some classes that contain @SneakyThrows would not compile (throw ClassFormatError). [Issue 339](http://code.google.com/p/projectlombok/issues/detail?id=339) * BUGFIX: When `@Delegate` would generate a method with type parameters of the type `T extends package.Class`, a dot would be prepended to the type name. [Issue #341](http://code.google.com/p/projectlombok/issues/detail?id=341) * BUGFIX: @Getter and @Setter now generate deprecated methods for deprecated fields. Fixes [Issue #342](http://code.google.com/p/projectlombok/issues/detail?id=342) * BUGFIX: Using `val` with a type like `Outer<TypeArgs>.Inner` now works. [Issue #343](http://code.google.com/p/projectlombok/issues/detail?id=343) |