diff options
author | Roel Spilker <r.spilker@gmail.com> | 2013-03-26 02:44:48 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2013-03-26 02:44:48 +0100 |
commit | 9538adc161f4d275a42a8f959f015ec30c801537 (patch) | |
tree | f5292e3593bccae0ca811f0d817eb9e8998f26b8 /doc/changelog.markdown | |
parent | 9630fc96e8382d68505a4cb8ab2ae08aec48e776 (diff) | |
download | lombok-9538adc161f4d275a42a8f959f015ec30c801537.tar.gz lombok-9538adc161f4d275a42a8f959f015ec30c801537.tar.bz2 lombok-9538adc161f4d275a42a8f959f015ec30c801537.zip |
updated changelog to reflect performance improvements of previous commit.
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 043e524e..ccbb22dd 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v0.11.7 (Edgy Guinea Pig) +* FEATURE: Major performance improvements in eclipse by profiling the project clean process. * CHANGE: {Experimental} The experimental `@Value` feature no longer implies the also experimental `@Wither`. If you like your `@Value` classes to make withers, add `@Wither` to the class right next to `@Value`. * FEATURE: {Experimental} Reintroduced `onMethod`, `onConstructor` and `onParam` to `@Getter`, `@Setter`, `@Wither`, and `@XArgsConstructor`. These parameters allow you to add annotations to the methods/constructors that lombok will generate. This is a workaround feature: The stability of the feature on future versions of javac is not guaranteed, and if a better way to implement this feature is found, this feature's current incarnation will be removed without a reasonable period of deprecation. [Documentation on the onX feature](http://projectlombok.org/features/experimental/onX.html) * FEATURE: Added support for Log4j v2.0 via `@Log4j2` [Issue #432](http://code.google.com/p/projectlombok/issues/detail?id=432) |