You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/release_notes.md
+5-40Lines changed: 5 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,55 +22,20 @@ This is a {{ site.pmd.release_type }} release.
22
22
23
23
{% tocmaker is_release_notes_processor %}
24
24
25
+
### 🚀️ New and noteworthy
26
+
25
27
### 🐛️ Fixed Issues
26
-
* core
27
-
*[#6503](https://github.com/pmd/pmd/issues/6503): \[core] Links in HTML report are broken
28
-
* java-errorprone
29
-
*[#6502](https://github.com/pmd/pmd/issues/6502): \[java] CloseResource: False positive for allowedResourceMethodPatterns entries when using unqualified method calls
30
-
* java-security
31
-
*[#6531](https://github.com/pmd/pmd/issues/6531): \[java] InsecureCryptoIv: False negative with fixed IVs from array initializers
28
+
29
+
### 🚨️ API Changes
32
30
33
31
### ✨️ Merged pull requests
34
32
<!-- content will be automatically generated, see /do-release.sh -->
35
-
*[#6467](https://github.com/pmd/pmd/pull/6467): \[ci] Use typos gh-action - [Andreas Dangel](https://github.com/adangel) (@adangel)
36
-
*[#6488](https://github.com/pmd/pmd/pull/6488): \[doc] Update security.md for CVE-2026-28338 - [Andreas Dangel](https://github.com/adangel) (@adangel)
* [#6503](https://github.com/pmd/pmd/issues/6503): \[core] Links in HTML report are broken
26
+
* java-errorprone
27
+
* [#6502](https://github.com/pmd/pmd/issues/6502): \[java] CloseResource: False positive for allowedResourceMethodPatterns entries when using unqualified method calls
28
+
* java-security
29
+
* [#6531](https://github.com/pmd/pmd/issues/6531): \[java] InsecureCryptoIv: False negative with fixed IVs from array initializers
30
+
31
+
### ✨️ Merged pull requests
32
+
<!-- content will be automatically generated, see /do-release.sh -->
33
+
* [#6467](https://github.com/pmd/pmd/pull/6467): \[ci] Use typos gh-action - [Andreas Dangel](https://github.com/adangel) (@adangel)
0 commit comments