aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-05-30 02:58:29 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-05-30 03:00:41 +0200
commit06371ca2580dc9938e07a9ff0ab86a72ab10fa2f (patch)
tree44d99b57ce94c70982b7aca9230852441f42ef60 /doc/changelog.markdown
parent48c93ecc30b8ee8d04336bf73955293d25f9eeda (diff)
downloadlombok-06371ca2580dc9938e07a9ff0ab86a72ab10fa2f.tar.gz
lombok-06371ca2580dc9938e07a9ff0ab86a72ab10fa2f.tar.bz2
lombok-06371ca2580dc9938e07a9ff0ab86a72ab10fa2f.zip
#682: bugfix work in progress to fix IllegalArgumentException ‘Path must include project and resource name’.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 4a9958ed..4f4cbca7 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.14.1 "Edgy Guinea Pig"
+* BUGFIX-IN-PROGRESS: As yet unknown conditions in eclipse result in lots of `IllegalArgumentException` in the log with message "Path must include project and resource name". This edge release will no longer error out, but we need to know when or how this occurs, thus, warnings will appear instead in your log with information pertinent to solving this issue. Please report these warnings back to us. [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682)
* BUGFIX: mvn builds fail with a 'URI not absolute' exception. [Issue #683](https://code.google.com/p/projectlombok/issues/detail?id=683)
### v1.14.0 "Branching Cobra" (May 27th, 2014)