From 3f478bc6f37a93fb75432c0cc6a0a54ae45295da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Thu, 21 Dec 2017 00:35:05 -0300 Subject: [PATCH] Update changelog, refs #799 --- docs/pages/release_notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index c9df30afa8..69e7aaf163 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -21,6 +21,11 @@ This is a bug fixing release. ### Fixed Issues +* apex-security + * [#788](https://github.com/pmd/pmd/issues/788): \[apex] Method chaining breaks ApexCRUDViolation + ### API Changes -### External Contributions \ No newline at end of file +### External Contributions + +* [#799](https://github.com/pmd/pmd/pull/799): \[apex] Method chaining breaks ApexCRUDViolation - [Robert Sösemann](https://github.com/up2go-rsoesemann)