aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-01-23 22:02:09 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-01-23 22:02:09 +0100
commit5782b909c5c0e8f766de36d600bc314eaa98e6b2 (patch)
treebb09d0d6f579e04f0a2a20381b5272401d7c713c /doc
parent644e528564006b84c44526fb2b660754c16f335f (diff)
downloadlombok-5782b909c5c0e8f766de36d600bc314eaa98e6b2.tar.gz
lombok-5782b909c5c0e8f766de36d600bc314eaa98e6b2.tar.bz2
lombok-5782b909c5c0e8f766de36d600bc314eaa98e6b2.zip
[#585] Copying of javadoc to getters / setters / withers woudl copy non-relevant sections too.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index a9a7490c..7cd75718 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.12.5 "Edgy Guinea Pig"
+* BUGFIX: Copying javadoc to getters / setters / withers would copy non-relevant sections too. [Issue #585](https://code.google.com/p/projectlombok/issues/detail?id=585).
* DETAIL: {Delombok} Inside enum bodies the delombok formatter didn't respect the emptyLines directive [Issue #629](https://code.google.com/p/projectlombok/issues/detail?id=629).
* DETAIL: Use smaller primes (<127) for generating hashcodes [Issue #625](https://code.google.com/p/projectlombok/issues/detail?id=625)