Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccd691a

Browse files
doc: release notes for 10.26.0
1 parent 846d71b commit ccd691a

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/site/xdoc/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.26.0">
14+
<div class="releaseDate">24.06.2025</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
Add Check Support for Java 21 Record Pattern : New Check PatternVariableAssignment.
19+
Author: SteLeo1602
20+
<a href="https://github.com/checkstyle/checkstyle/issues/14949">#14949</a>
21+
</li>
22+
</ul>
23+
<p>Bug fixes:</p>
24+
<ul>
25+
<li>
26+
Indentation check doesn&#39;t give violation when google formatter does.
27+
Author: Mohit Attry
28+
<a href="https://github.com/checkstyle/checkstyle/issues/8965">#8965</a>
29+
</li>
30+
<li>
31+
False positive on indentation for Annotation Arrays.
32+
Author: Mohit Attry
33+
<a href="https://github.com/checkstyle/checkstyle/issues/17122">#17122</a>
34+
</li>
35+
</ul>
36+
<p>Notes:</p>
37+
<ul>
38+
<li>
39+
Add data to javadoc of Check to indicate true version of module properties inherited
40+
from the abstract parent class.
41+
Author: SteLeo1602
42+
<a href="https://github.com/checkstyle/checkstyle/issues/17225">#17225</a>
43+
</li>
44+
<li>
45+
Preparation for Migration of Checkstyle Codebase to Java 17.
46+
Author: Amit Kumar Deohoria
47+
<a href="https://github.com/checkstyle/checkstyle/issues/17168">#17168</a>
48+
</li>
49+
<li>
50+
PropertyCacheFileTest.testPathToCacheContainsOnlyFileName is failing.
51+
Author: Harsh-Agrawal96
52+
<a href="https://github.com/checkstyle/checkstyle/issues/13746">#13746</a>
53+
</li>
54+
<li>
55+
update JavadocTokenTypes.java to new format of AST print.
56+
Author: saloni-tkhule8
57+
<a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a>
58+
</li>
59+
</ul>
60+
</section>
1361
<section name="Release 10.25.1">
1462
<div class="releaseDate">21.06.2025</div>
1563
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)