From 7fef132ad4d69a05735653dc8dc0fa5b5fbfc322 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 21 Aug 2020 10:58:44 +0200 Subject: [PATCH] [doc] Update release notes, refs #2700 --- 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 47d94c3eda..154e662a8b 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -86,6 +86,7 @@ This is a {{ site.pmd.release_type }} release. * [#2678](https://github.com/pmd/pmd/pull/2678): \[java] AvoidCatchingThrowable can not detect the case: catch (java.lang.Throwable t) - [Mykhailo Palahuta](https://github.com/Drofff) * [#2679](https://github.com/pmd/pmd/pull/2679): \[java] InvalidLogMessageFormatRule throws IndexOutOfBoundsException when only logging exception message - [Mykhailo Palahuta](https://github.com/Drofff) * [#2682](https://github.com/pmd/pmd/pull/2682): \[java] New Rule: AvoidReassigningCatchVariables - [Mykhailo Palahuta](https://github.com/Drofff) +* [#2700](https://github.com/pmd/pmd/pull/2700): \[java] Fix OnlyOneReturn code example - [Jan-Lukas Else](https://github.com/jlelse) {% endtocmaker %}