From 022d2f3da0a9a7ea0c83d4b0fc70d84709013462 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 9 Sep 2014 21:54:50 +0200 Subject: [config] Updated changelog --- doc/changelog.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 5ebc7deb..e95ed2f2 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ 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.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!_ -- cgit