aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-07-11 01:33:21 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-07-11 01:33:21 +0200
commit1865bd7309b9d1dc743f83ccdbd7204fb0939ecd (patch)
tree8a878374dcfa51f0d35efc46941fd5747cb9f431 /doc
parent288ea10ec7f89fc610223d53cb45dbf098d6bc3d (diff)
downloadlombok-1865bd7309b9d1dc743f83ccdbd7204fb0939ecd.tar.gz
lombok-1865bd7309b9d1dc743f83ccdbd7204fb0939ecd.tar.bz2
lombok-1865bd7309b9d1dc743f83ccdbd7204fb0939ecd.zip
expanded on something in the changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 55b430ca..cb515cae 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,8 +4,7 @@ Lombok Changelog
### v0.11.3 (Edgy Guinea Pig)
* 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.
-
+* BUGFIX: {Installer} Erroneous messages about the installer complaining about needing root access when installing or removing lombok from eclipse installs has been fixed. The installer edge of this problem was actually already fixed in v0.11.2. [Issue #363](http://code.google.com/p/projectlombok/issues/detail?id=363)
### v0.11.2 "Dashing Kakapo" (July 3rd, 2012)
* FEATURE: {Experimental} `@ExtensionMethod` is now available to add extensions to