aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2012-06-18 23:40:05 +0200
committerRoel Spilker <r.spilker@gmail.com>2012-06-18 23:40:05 +0200
commit2af094030f2025f0853955585c150b5451b108d2 (patch)
tree047b29111f32bd693c05b36f6078152f700359e8 /doc/changelog.markdown
parent37cbe2d3f9cd8737b46b6bfb263277f7b7cd7861 (diff)
downloadlombok-2af094030f2025f0853955585c150b5451b108d2.tar.gz
lombok-2af094030f2025f0853955585c150b5451b108d2.tar.bz2
lombok-2af094030f2025f0853955585c150b5451b108d2.zip
added fix of issue 376 to changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index ec79ead7..7e335751 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -6,7 +6,8 @@ Lombok Changelog
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 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 `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)
* FEATURE: ONGOING: Fix for using lombok together with gwt-designer.
### v0.11.0 (March 26th, 2012)