aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2016-06-28 00:28:52 +0200
committerRoel Spilker <r.spilker@gmail.com>2016-06-28 00:28:52 +0200
commit2a9820d8ec87e0e5e72eff19b56f1bee5f4e37e7 (patch)
tree23eae646a010f80ee326242e0ae4edfb51abcd32 /doc/changelog.markdown
parentddd4e1feaee9fc4e450c7bed7e7938ff22455756 (diff)
downloadlombok-2a9820d8ec87e0e5e72eff19b56f1bee5f4e37e7.tar.gz
lombok-2a9820d8ec87e0e5e72eff19b56f1bee5f4e37e7.tar.bz2
lombok-2a9820d8ec87e0e5e72eff19b56f1bee5f4e37e7.zip
[i913] Prevent NPE in PatchDelegate when binding.scope is null
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 9bff6d56..0ceedcb4 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,9 +4,9 @@ Lombok Changelog
### v1.16.9 "Edgy Guinea Pig"
* FEATURE: Added support for JBoss logger [Issue #1103](https://github.com/rzwitserloot/lombok/issues/1103)
* ENHANCEMENT: Running `javac -Xlint:all` would generate a warning about unclaimed annotations [Issue #1117](https://github.com/rzwitserloot/lombok/issues/1117)
+* BUGFIX: Eclipse Mars would sometimes throw a NullPointerException when using `@Delegate` [Issue 913](https://github.com/rzwitserloot/lombok/issues/913)
### v1.16.8 (March 7th, 2016)
-
* PLATFORM: Starting jdk9 support: No more error message regarding `pid`
* FEATURE: `@Builder` updates: It now generates `clearFieldName()` methods if `@Singular` is used. [Issue #967](https://github.com/rzwitserloot/lombok/issues/967).
* FEATURE: `@Builder` updates: The annotation can now be put on instance methods. [Issue #63](https://github.com/rzwitserloot/lombok/issues/63).