Skip to content

Commit 84fa874

Browse files
doc: release notes for 13.2.0
1 parent 48dfde0 commit 84fa874

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

src/site/xdoc/releasenotes.xml

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,104 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 13.2.0">
14+
<div class="releaseDate">05.02.2026</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
new Check: NumericalPrefixesInfixesSuffixesCharacterCaseCheck numerical prefixes,
19+
infixes, and suffixes should be lowercase, except for &quot;L&quot;.
20+
Author: Aman Baliyan
21+
<a href="https://github.com/checkstyle/checkstyle/issues/16678">#16678</a>
22+
</li>
23+
</ul>
24+
<p>Bug fixes:</p>
25+
<ul>
26+
<li>
27+
False-negative: HexLiteralCase does not throw violation on Hex float literals.
28+
Author: Aman Baliyan
29+
<a href="https://github.com/checkstyle/checkstyle/issues/18653">#18653</a>
30+
</li>
31+
<li>
32+
False positive: JavadocParagraph reports violation when `&lt;p&gt;` is after tags.
33+
Author: Aman Baliyan
34+
<a href="https://github.com/checkstyle/checkstyle/issues/18486">#18486</a>
35+
</li>
36+
</ul>
37+
<p>Notes:</p>
38+
<ul>
39+
<li>
40+
Documentation examples for MultiFileRegexpHeader does not have any header.
41+
Author: Anushree Bondia
42+
<a href="https://github.com/checkstyle/checkstyle/issues/18809">#18809</a>
43+
</li>
44+
<li>
45+
Update `JavadocCommentsTokenTypes.java` to new format of AST print.
46+
Author: Yukti Nandwana, VidytBhuolia, talha atif
47+
<a href="https://github.com/checkstyle/checkstyle/issues/17882">#17882</a>
48+
</li>
49+
<li>
50+
Redundant `tokens` property in `CustomImportOrder` of `google_checks.xml`.
51+
Author: pirzada-ahmadfaraz
52+
<a href="https://github.com/checkstyle/checkstyle/issues/18612">#18612</a>
53+
</li>
54+
<li>
55+
Resolve error-prone violations.
56+
Author: Kairav Mittal, Brijeshthummar02
57+
<a href="https://github.com/checkstyle/checkstyle/issues/18599">#18599</a>
58+
</li>
59+
<li>
60+
Fix SpotBugs UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR warning in IndentationCheck.
61+
Author: smita_1078
62+
<a href="https://github.com/checkstyle/checkstyle/issues/18843">#18843</a>
63+
</li>
64+
<li>
65+
Split openrewrite-refaster-rules ci job into two jobs.
66+
Author: Youssef Alaa
67+
<a href="https://github.com/checkstyle/checkstyle/issues/18856">#18856</a>
68+
</li>
69+
<li>
70+
Enable pitest EXPERIMENTAL_MEMBER_VARIABLE.
71+
Author: ayushactiveat, Youssef Alaa
72+
<a href="https://github.com/checkstyle/checkstyle/issues/18836">#18836</a>
73+
</li>
74+
<li>
75+
Add validation for single commit in pull .
76+
Author: Vincent Potucek
77+
<a href="https://github.com/checkstyle/checkstyle/issues/18819">#18819</a>
78+
</li>
79+
<li>
80+
Update all pitest profiles to have mutationThreshold=99.
81+
Author: ayushactiveat
82+
<a href="https://github.com/checkstyle/checkstyle/issues/18845">#18845</a>
83+
</li>
84+
<li>
85+
Resolve violations from spotbugs sb-contrib 7.6.0.
86+
Author: Youssef Alaa
87+
<a href="https://github.com/checkstyle/checkstyle/issues/13351">#13351</a>
88+
</li>
89+
<li>
90+
Convert regressions that use maven-checkstyle-plugin to CLI based.
91+
Author: vivek-0509
92+
<a href="https://github.com/checkstyle/checkstyle/issues/11602">#11602</a>
93+
</li>
94+
<li>
95+
Define violation messages for all violations.
96+
Author: Kairav Mittal, Adam Gamil
97+
<a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a>
98+
</li>
99+
<li>
100+
dependency: bump pmd.version from 7.20.0 to 7.21.0.
101+
Author: Zaheer Ahmad
102+
<a href="https://github.com/checkstyle/checkstyle/issues/18801">#18801</a>
103+
</li>
104+
<li>
105+
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger.
106+
Author: Suryanshu Agrawal
107+
<a href="https://github.com/checkstyle/checkstyle/issues/16361">#16361</a>
108+
</li>
109+
</ul>
110+
</section>
13111
<section name="Release 13.1.0">
14112
<div class="releaseDate">31.01.2026</div>
15113
<p>Breaking backward compatibility:</p>

0 commit comments

Comments
 (0)