From 5e6cdb07ef1a89f8047904fd2e00f574bc7ca1bf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 16 Aug 2014 01:33:51 +0200 Subject: Some workaround fix-esque work to prevent serious slowdown issues when refactoring. --- doc/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 4f15b426..d6c1b380 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,7 @@ Lombok Changelog ### v1.14.5 "Edgy Guinea Pig" -* No changes. +* WORK-IN-PROGRESS: A bunch of errors in the error log about 'Path must include project and resource name' seem to be related to slowdowns. This fix removes the errors, but does it remove the slowdowns? [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682). ### v1.14.4 (July 1st, 2014) * BUGFIX: GWT produces errors in handlers on line 1 in any source files that use lombok; this has been fixed. [Issue #699](https://code.google.com/p/projectlombok/issues/detail?id=699) -- cgit