diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-08 22:37:45 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-08 22:37:45 +0100 |
commit | 855f9314d621327de3321e2e5bf230e33fb7b1dc (patch) | |
tree | f4df94751f68fb0e1a76e446c8d27885df09ec08 /doc | |
parent | 4b1c2d1583d172949a574c2342b1dc43380aa378 (diff) | |
download | lombok-855f9314d621327de3321e2e5bf230e33fb7b1dc.tar.gz lombok-855f9314d621327de3321e2e5bf230e33fb7b1dc.tar.bz2 lombok-855f9314d621327de3321e2e5bf230e33fb7b1dc.zip |
[trivial] added some issues to the changelog.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 3e12adee..b23f6ece 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -5,9 +5,9 @@ Lombok Changelog * FEATURE: The config key `lombok.extern.findbugs.addSuppressFBWarnings` can now be used to add findbugs suppress warnings annotations to all code lombok generates. This addresses feature request [Issue #702](https://code.google.com/p/projectlombok/issues/detail?id=702). * FEATURE: New lombok annotation: `@UtilityClass`, for making utility classes (not instantiable, contains only static 'function' methods). See the [feature documentation](http://projectlombok.org/features/experimental/UtilityClass.html) for more information. * BUGFIX: The ant `delombok` task was broken starting with v1.16.0. Note that the task def class has been changed; taskdef `lombok.delombok.ant.Tasks$Delombok` instead of the old `lombok.delombok.ant.DelombokTask`. [Issue #775](https://code.google.com/p/projectlombok/issues/detail?id=775). -* BUGFIX: `val` in javac would occasionally fail if used inside inner classes. This is (probably) fixed. [Issue #694](https://code.google.com/p/projectlombok/issues/detail?id=694). +* BUGFIX: `val` in javac would occasionally fail if used inside inner classes. This is (probably) fixed. [Issue #694](https://code.google.com/p/projectlombok/issues/detail?id=694) and [Issue #581](https://code.google.com/p/projectlombok/issues/detail?id=581). * BUGFIX: Starting with v1.16.0, lombok would fail to execute as an executable jar if it was in a path was spaced in it. [Issue #777](https://code.google.com/p/projectlombok/issues/detail?id=777). -* BUGFIX: v1.16.0 did not work in old eclipse versions (such as eclipse indigo). +* BUGFIX: v1.16.0 did not work in old eclipse versions (such as eclipse indigo). [Issue #783](https://code.google.com/p/projectlombok/issues/detail?id=783). ### v1.16.0 "Candid Duck" (January 26th, 2015) * BUGFIX: `@ExtensionMethod` was broken in Eclipse using java 8. [Issue #742](https://code.google.com/p/projectlombok/issues/detail?id=742), [Issue #747](https://code.google.com/p/projectlombok/issues/detail?id=747) |