Skip to content

Commit

Permalink
[doc] Update release notes (#1619, #3122, #5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed May 31, 2024
1 parent 7f0d148 commit 8a8402a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Since this release, PMD will also expose any getter returning a collection of an
* [#4975](https://github.com/pmd/pmd/issues/4975): \[java] UnusedPrivateMethod false positive when using @MethodSource on a @Nested test
* [#4985](https://github.com/pmd/pmd/issues/4985): \[java] UnusedPrivateMethod false-positive / method reference in combination with custom object
* java-codestyle
* [#1619](https://github.com/pmd/pmd/issues/1619): \[java] LocalVariableCouldBeFinal on 'size' variable in for loop
* [#3122](https://github.com/pmd/pmd/issues/3122): \[java] LocalVariableCouldBeFinal should consider blank local variables
* [#4930](https://github.com/pmd/pmd/issues/4930): \[java] EmptyControlStatement should not allow empty try with concise resources

### 🚨 API Changes
Expand Down

0 comments on commit 8a8402a

Please sign in to comment.