aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-06-21 16:03:04 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-06-21 16:03:04 +0200
commit3478ba2bfb6318eca8aa4f6f31c3d53042efc69a (patch)
tree3e24101cf7bc8f4f75fff47b33959748368041f1 /doc/changelog.markdown
parent620125c266f3cbc173d0170594242387e176cd2a (diff)
downloadlombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.tar.gz
lombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.tar.bz2
lombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.zip
Typoed it's. git blame says I did it. I conclude I'm an idiot.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index ad2b2dcb..7cba5922 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,7 +3,7 @@ Lombok Changelog
### v0.10.0 "Burning Emu" (June 20th, 2011)
* FEATURE: New annotation: @Delegate. This annotation lets lombok generate delegation methods for a given field. [More&hellip;](http://projectlombok.org/features/Delegate.html)
-* FEATURE: Added support for 'val'. Val is an immutable variable that infers it's type from the right hand side of an expression. [More&hellip;](http://projectlombok.org/features/val.html)
+* FEATURE: Added support for 'val'. Val is an immutable variable that infers its type from the right hand side of an expression. [More&hellip;](http://projectlombok.org/features/val.html)
* FEATURE: Added support for several logging frameworks via the `@Log`, `@Slf4j`, etc. annotation. [More&hellip;](http://projectlombok.org/features/Log.html)
* FEATURE: Lombok now supports post-compile transformers. [Issue #144](http://code.google.com/p/projectlombok/issues/detail?id=144)
* FEATURE: `@Getter`, `@Setter`, `@XArgsConstructor` now all support `onMethod=`, `onParam=` and/or `onConstructor=`, which lets you add annotations to generated methods. [More&hellip;](http://projectlombok.org/features/onX.html)