mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-04 10:16:56 +00:00
Updated changelog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user