Skip to content

Commit

Permalink
[doc] Update release notes (pmd#4954, pmd#5028, pmd#5004)
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed May 23, 2024
1 parent a54dc1e commit fe8920a
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 @@ -41,6 +41,8 @@ Since this release, PMD will also expose any getter returning a collection of an
* [#4985](https://github.com/pmd/pmd/issues/4985): \[java] UnusedPrivateMethod false-positive / method reference in combination with custom object
* java-codestyle
* [#4930](https://github.com/pmd/pmd/issues/4930): \[java] EmptyControlStatement should not allow empty try with concise resources
* [#4954](https://github.com/pmd/pmd/issues/4954): \[java] LocalVariableNamingConventions should allow unnamed variables by default
* [#5028](https://github.com/pmd/pmd/issues/5028): \[java] FormalParameterNamingConventions should accept unnamed parameters by default

### 🚨 API Changes

Expand Down

0 comments on commit fe8920a

Please sign in to comment.