From 71e0d53bc3365f8db79097f3c6741acf58788532 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 11 Jul 2012 00:53:10 +0200 Subject: Fixed an issue where the installer tool would erroneously complain about needing root access to install/uninstall lombok. --- doc/changelog.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 774d28b2..097ff8ec 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ 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. ### v0.11.2 "Dashing Kakapo" (July 3rd, 2012) -- cgit