diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-06-24 23:46:18 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-06-24 23:46:18 +0200 |
commit | 23dcc9f5a5f3c24ccfb2f98ab556daed0dee3c89 (patch) | |
tree | 71d43411c2ef39801dd35c7908c114563af5992a /doc | |
parent | b26ce8d2cca85af514edd1b7b04a686305016313 (diff) | |
download | lombok-23dcc9f5a5f3c24ccfb2f98ab556daed0dee3c89.tar.gz lombok-23dcc9f5a5f3c24ccfb2f98ab556daed0dee3c89.tar.bz2 lombok-23dcc9f5a5f3c24ccfb2f98ab556daed0dee3c89.zip |
[trivial] updated changelog to reflect now confirmed performance fix for eclipse lombok.config resolution.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index c08f564b..1e9b988a 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.16.5 "Edgy Guinea Pig" * BUGFIX: Parameterized static methods with `@Builder` would produce compiler errors in javac. [Issue #793](https://code.google.com/p/projectlombok/issues/detail?id=793). +* PERFORMANCE: the config system caused significant slowdowns in eclipse if the filesystem is very slow (network file system) or has a slow authentication system. ### v1.16.4 (April 14th, 2015) * BUGFIX: Lombok now works with Eclipse Mars. |