File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<body >
12
12
<!-- 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' 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 >
13
61
<section name =" Release 10.25.1" >
14
62
<div class =" releaseDate" >21.06.2025</div >
15
63
<p >Bug fixes:</p >
You can’t perform that action at this time.
0 commit comments