aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-09-09 21:54:50 +0200
committerRoel Spilker <r.spilker@gmail.com>2014-09-09 21:54:50 +0200
commit022d2f3da0a9a7ea0c83d4b0fc70d84709013462 (patch)
tree296c0be74c8c2ec42a2642875bd3da3305939e6e
parentf3ac59efc6e4bb42315713c631315ac04420031b (diff)
downloadlombok-022d2f3da0a9a7ea0c83d4b0fc70d84709013462.tar.gz
lombok-022d2f3da0a9a7ea0c83d4b0fc70d84709013462.tar.bz2
lombok-022d2f3da0a9a7ea0c83d4b0fc70d84709013462.zip
[config] Updated changelog
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
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!_