aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-11-17 20:26:58 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-11-17 20:26:58 +0100
commitef8769d3180b2c6de91a64f69dfa23a2e6e449b9 (patch)
treedff0f1f3dd0221041afb45e7f1f50d7bddec3a23 /doc
parent58851b4c6e96a51d1ac298c7ed85efac6ffe8335 (diff)
downloadlombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.gz
lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.bz2
lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.zip
Added all documentation for the onX feature and updated changelog.
Now to actually write the feature (Well, rescue it from the onX-removal tag).
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 2fcb0593..33a96226 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,9 @@
Lombok Changelog
----------------
+### v0.11.7 (Edgy Guinea Pig)
+* FEATURE: 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/feature/onX.html)
+
### v0.11.6 (October 30th, 2012)
* FEATURE: Lombok can be disabled entirely for any given compile run by using JVM switch `-Dlombok.disable`. This might be useful for code style checkers and such.
* FEATURE: Added support for Slf4j extended logger [Issue #421](http://code.google.com/p/projectlombok/issues/detail?id=421)