aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-05-29 20:13:05 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-05-29 20:13:05 +0200
commit912b96c1e55f9e400505cab2963a28ca1433b275 (patch)
tree9f790e3a9084291560582cb2b01db9c8acad4ce9 /doc
parent2c1e300f1b171be4e06fe267097630a79a13fde0 (diff)
downloadlombok-912b96c1e55f9e400505cab2963a28ca1433b275.tar.gz
lombok-912b96c1e55f9e400505cab2963a28ca1433b275.tar.bz2
lombok-912b96c1e55f9e400505cab2963a28ca1433b275.zip
#683: URI not absolute errors in mvn builds due to search for lombok.config being broken.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index f1854034..4a9958ed 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.14.1 "Edgy Guinea Pig"
+* 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)
* FEATURE: You can now configure aspects of lombok project wide (or even workspace wide, or just for a single package) via the [configuration system](http://projectlombok.org/features/configuration.html). You can configure many things; run `java -jar lombok.jar config -gv` for the complete list.