diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-08 00:24:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-08 00:24:58 +0200 |
commit | 75647ee2dfec929719ddbd58fdd0b10006309fab (patch) | |
tree | 036ddf794f6cc00e7c8444216dccb8e9e9720e96 /doc/changelog.markdown | |
parent | 251fd03cd78ef6996d4252450bda596a5e8b11b9 (diff) | |
download | lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.gz lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.bz2 lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.zip |
Fixes for eclipse mars.
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 847bbd92..f390e510 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -5,6 +5,7 @@ Lombok Changelog * BUGFIX: Parameterized static methods with `@Builder` would produce compiler errors in javac. [Issue #793](https://code.google.com/p/projectlombok/issues/detail?id=793). * PERFORMANCE: the config system caused significant slowdowns in eclipse if the filesystem is very slow (network file system) or has a slow authentication system. * FEATURE: the `hashCode()` method generated by lombok via `@EqualsAndHashCode`, `@Data`, and `@Value` is now smarter about nulls; they are treated as if they hash to a magic prime instead of 0, which reduces hash collisions. +* BUGFIX: Various quickfixes in Eclipse Mars were broken. [Issue #835](https://code.google.com/p/projectlombok/issues/detail?id=835) [Issue #831](https://code.google.com/p/projectlombok/issues/detail?id=831). ### v1.16.4 (April 14th, 2015) * BUGFIX: Lombok now works with Eclipse Mars. |