aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2012-06-25 23:09:54 +0200
committerRoel Spilker <r.spilker@gmail.com>2012-06-25 23:09:54 +0200
commit8037d0c24f7129ed2df0b57fc4e208fae3e1842d (patch)
treeea1999eb15c9e4f6575f4f664b2e9b8f6801396b /doc
parent0f5437319e682481fdfda13b5043982f4235302a (diff)
downloadlombok-8037d0c24f7129ed2df0b57fc4e208fae3e1842d.tar.gz
lombok-8037d0c24f7129ed2df0b57fc4e208fae3e1842d.tar.bz2
lombok-8037d0c24f7129ed2df0b57fc4e208fae3e1842d.zip
Updated changelog
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 a97bcc75..2aafefc0 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -5,6 +5,7 @@ Lombok Changelog
* FEATURE: {Experimental} `@ExtensionMethod` is now available to add extensions to
any type in the form of static methods that take as first parameter an object of that type. [Documentation on @ExtensionMethod](http://projectlombok.org/features/experimental/ExtensionMethod.html)
* ENHANCEMENT: Small performance enhancements in `equals` and `hashCode`. [Issue #366](http://code.google.com/p/projectlombok/issues/detail?id=366)
+* BUGFIX: Eclipse would display and error message regarding an invalid super constructor in the wrong location. [Issue #336](http://code.google.com/p/projectlombok/issues/detail?id=336)
* BUGFIX: Eclipse refactor script 'rename method arguments' should work more often with lombok-affected methods.
* BUGFIX: Using `val` in an enhanced for loop did not work if the iterable was a raw type.
* BUGFIX: Using `@Getter(lazy=true)` when the data type is boolean, int, array, or some other type that requires special treatment for hashCode/equals, now works properly with `@Data`, `@EqualsHashCode` and `@ToString`. [Issue #376](http://code.google.com/p/projectlombok/issues/detail?id=376)