aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-04-02 01:20:01 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-04-02 01:20:01 +0200
commit6afa3d2ec9ec18ed8ae5f6c5217b9fb1710c69c7 (patch)
treee435f98b96cdac3525a57ec923049ec5669248ba /doc
parente0c5f3001276b94fd14e7e81e38f72070bda0c4d (diff)
downloadlombok-6afa3d2ec9ec18ed8ae5f6c5217b9fb1710c69c7.tar.gz
lombok-6afa3d2ec9ec18ed8ae5f6c5217b9fb1710c69c7.tar.bz2
lombok-6afa3d2ec9ec18ed8ae5f6c5217b9fb1710c69c7.zip
[#655] Switched to ASM5 to support -target 1.8 classes.
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 dfb9781a..21475d79 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -5,6 +5,7 @@ Lombok Changelog
* CHANGE: suppressConstructorProperties should now be configured via lombok configuration. [Issue #659](https://code.google.com/p/projectlombok/issues/detail?id=659)
* CHANGE: The `canEqual` method generated by `@EqualsAndHashCode`, `@Value` and `@Data` is now `protected` instead of `public`. [Issue #660](https://code.google.com/p/projectlombok/issues/detail?id=660)
* BUGFIX: Deadlocks would occasionally occur in eclipse when using lazy getters [Issue #590](https://code.google.com/p/projectlombok/issues/detail?id=590)
+* BUGFIX: Usage of `@SneakyThrows` with a javac from JDK8 with `-target 1.8` would result in a post compiler error. [Issue #655](https://code.google.com/p/projectlombok/issues/detail?id=655)
### v1.12.6 (March 6th, 2014)
* BUGFIX: Deadlocks would occasionally occur in eclipse during project builds, especially if using the gradle plugin. [Issue #645](https://code.google.com/p/projectlombok/issues/detail?id=645)