From 3150bdcf471dc06ab653d5974abed7d9529007f8 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 15 Sep 2014 22:25:13 +0200 Subject: pre-release version bump --- doc/changelog.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index e95ed2f2..144bbe67 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,11 +1,10 @@ Lombok Changelog ---------------- -### v1.14.7 "Edgy Guinea Pig" -* PERFORMANCE: The configuration system typically hit the filesystem twice per read configuration key instead of hardly ever. +### v1.14.8 (September 15th, 2014) +* PERFORMANCE: The configuration system typically hit the filesystem twice per read configuration key instead of hardly ever. This is a continuation of [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682). ### v1.14.6 (September 2nd, 2014) -* _**SPECIAL NOTE**: If you still notice significant slowdowns in eclipse, try adding: `-Dlombok.timeConfig` to your `eclipse.ini` (after the `-vmargs` line) and send us the timing report that will show up in your eclipse error log at [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682). Then, to continue working with eclipse without the slowdowns, replace `-Dlombok.timeConfig` with `-Dlombok.disableConfig`. We believe this issue has already been fixed, but if not, please let us know!_ * BUGFIX: Usage of `val` would break starting with JDK8 release `1.8.0_20`. [Issue #731](https://code.google.com/p/projectlombok/issues/detail?id=731) * BUGFIX: Depending on your eclipse project setup, releases v1.14.0 through v1.14.4 could noticably slow down your eclipse. [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682). -- cgit