diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-03 00:01:35 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-03 00:01:35 +0200 |
commit | 39a76386b6a3c0c30f6597c473ba7dd6f32c9a88 (patch) | |
tree | d548b2b00daabfc192f77b41eca11ea5390ec673 /doc | |
parent | 11dc252265c0409c6f6ffff9e9b05494442202ae (diff) | |
download | lombok-39a76386b6a3c0c30f6597c473ba7dd6f32c9a88.tar.gz lombok-39a76386b6a3c0c30f6597c473ba7dd6f32c9a88.tar.bz2 lombok-39a76386b6a3c0c30f6597c473ba7dd6f32c9a88.zip |
version bump in preparation of release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 95653b2e..8f2a7c82 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,12 +1,12 @@ Lombok Changelog ---------------- -### v0.11.1 (EDGE) +### v0.11.2 "Dashing Kakapo" (July 3rd, 2012) * 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) * FEATURE: ONGOING: Fix for using lombok together with gwt-designer. * 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 would display an 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) |