diff options
author | Roel Spilker <r.spilker@gmail.com> | 2012-03-26 23:03:17 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-03-26 23:03:17 +0200 |
commit | 704b806d67db3c4bbc4edcbc64b4fdfa8438c5fb (patch) | |
tree | 7757942f9395570b2b60e37f9fea81ff7a4cd2c5 /doc/changelog.markdown | |
parent | e245bd9377019517f6d1f0a2f089dcbe4f208b26 (diff) | |
download | lombok-704b806d67db3c4bbc4edcbc64b4fdfa8438c5fb.tar.gz lombok-704b806d67db3c4bbc4edcbc64b4fdfa8438c5fb.tar.bz2 lombok-704b806d67db3c4bbc4edcbc64b4fdfa8438c5fb.zip |
Added issue 339 to the changelog
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) |