diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-11 01:12:50 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-11 01:12:50 +0200 |
commit | 288ea10ec7f89fc610223d53cb45dbf098d6bc3d (patch) | |
tree | 347bf7b00cff17d113788a9062db7c4409145198 | |
parent | d2d9687a5c195ee2bf3a2f340ec89c626fe951fa (diff) | |
download | lombok-288ea10ec7f89fc610223d53cb45dbf098d6bc3d.tar.gz lombok-288ea10ec7f89fc610223d53cb45dbf098d6bc3d.tar.bz2 lombok-288ea10ec7f89fc610223d53cb45dbf098d6bc3d.zip |
fixed some markdown errors in the changelog.
-rw-r--r-- | doc/changelog.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 097ff8ec..55b430ca 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,9 +2,9 @@ Lombok Changelog ---------------- ### v0.11.3 (Edgy Guinea Pig) -* BUGFIX: Eclipse would throw an OOME. [Issue #390](http://code.google.com/p/projectlombok/issues/detail?id=390) -* BUGFIX: [Netbeans] `@Cleanup` and `@Synchronized` cause far fewer issues in the netbeans editor. [Issue #393](http://code.google.com/p/projectlombok/issues/detail?id=393) -* BUGFIX: [Installer] Erroneous messages about the installer complaining about needing root access when installing or removing lombok from eclipse installs has been fixed. +* BUGFIX: Eclipse would throw an OOME if using `@ExtensionMethod`. [Issue #390](http://code.google.com/p/projectlombok/issues/detail?id=390) +* BUGFIX: {Netbeans} `@Cleanup` and `@Synchronized` cause far fewer issues in the netbeans editor. [Issue #393](http://code.google.com/p/projectlombok/issues/detail?id=393) +* BUGFIX: {Installer} Erroneous messages about the installer complaining about needing root access when installing or removing lombok from eclipse installs has been fixed. ### v0.11.2 "Dashing Kakapo" (July 3rd, 2012) |