diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-08-16 01:33:51 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-08-16 01:33:51 +0200 |
commit | 5e6cdb07ef1a89f8047904fd2e00f574bc7ca1bf (patch) | |
tree | ec0e4c4e6aff06c0ca8be343250f9401dfc097d3 /doc/changelog.markdown | |
parent | 3c4f684143190c1fbab0e69fc754f45a839170ea (diff) | |
download | lombok-5e6cdb07ef1a89f8047904fd2e00f574bc7ca1bf.tar.gz lombok-5e6cdb07ef1a89f8047904fd2e00f574bc7ca1bf.tar.bz2 lombok-5e6cdb07ef1a89f8047904fd2e00f574bc7ca1bf.zip |
Some workaround fix-esque work to prevent serious slowdown issues when refactoring.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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) |