diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-09-02 23:44:26 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-09-02 23:44:26 +0200 |
commit | 3415ff0f473affdc5e7de2015bde880ff0468afa (patch) | |
tree | 36f67718637fe396f7c9b7b514f853a02364419a /doc/changelog.markdown | |
parent | e15b4912b7b9df7d94706c1b3b14fbd90822c9dd (diff) | |
download | lombok-3415ff0f473affdc5e7de2015bde880ff0468afa.tar.gz lombok-3415ff0f473affdc5e7de2015bde880ff0468afa.tar.bz2 lombok-3415ff0f473affdc5e7de2015bde880ff0468afa.zip |
post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 46e3b56b..5ebc7deb 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,8 @@ Lombok Changelog ---------------- +### v1.14.7 "Edgy Guinea Pig" + ### 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) |