From 33edaeb46b230a3984a966e6be447c72d064352f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sun, 21 Jan 2018 14:52:55 -0300 Subject: [PATCH] Update changelog, refs #803 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 2b19e6ef27..d33e68a4ba 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -29,5 +29,6 @@ This is a minor release. ### External Contributions * [#790](https://github.com/pmd/pmd/pull/790): \[java] Added some comments for JDK 9 - [Tobias Weimer](https://github.com/tweimer) +* [#803](https://github.com/pmd/pmd/pull/803): \[doc] Added SpotBugs as successor of FindBugs - [Tobias Weimer](https://github.com/tweimer) * [#830](https://github.com/pmd/pmd/pull/830): \[java] UseArraysAsList: Description added - [Tobias Weimer](https://github.com/tweimer)