|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 10.23.0"> |
| 14 | + <div class="releaseDate">02.04.2025</div> |
| 15 | + <p>New:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + JavadocMethod: new property 'allowInlineReturn' to support for Javadoc return |
| 19 | + tag as inline. |
| 20 | + Author: Konstantinos Koutsilis |
| 21 | + <a href="https://github.com/checkstyle/checkstyle/issues/9745">#9745</a> |
| 22 | + </li> |
| 23 | + </ul> |
| 24 | + <p>Bug fixes:</p> |
| 25 | + <ul> |
| 26 | + <li> |
| 27 | + False negative in UnusedImportCheck. |
| 28 | + Author: Ziad Ahmed |
| 29 | + <a href="https://github.com/checkstyle/checkstyle/issues/14697">#14697</a> |
| 30 | + </li> |
| 31 | + </ul> |
| 32 | + <p>Notes:</p> |
| 33 | + <ul> |
| 34 | + <li> |
| 35 | + SuppressionSingleFilterExamplesTest methods should use: |
| 36 | + `verifyFilterWithInlineConfigParser`. |
| 37 | + Author: Prarthana-Ramesh |
| 38 | + <a href="https://github.com/checkstyle/checkstyle/issues/16332">#16332</a> |
| 39 | + </li> |
| 40 | + <li> |
| 41 | + XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger. |
| 42 | + Author: Priyambada Roul |
| 43 | + <a href="https://github.com/checkstyle/checkstyle/issues/16360">#16360</a> |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + update JavadocTokenTypes.java to new format of AST print. |
| 47 | + Author: Simran, Brijeshthummar02, ZaeemSheikh |
| 48 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + use new nio jdk api instead of all api. |
| 52 | + Author: Priyambada Roul |
| 53 | + <a href="https://github.com/checkstyle/checkstyle/issues/16155">#16155</a> |
| 54 | + </li> |
| 55 | + <li> |
| 56 | + CircleCI is failing on xwiki validation.. |
| 57 | + Author: MD. Zaid |
| 58 | + <a href="https://github.com/checkstyle/checkstyle/issues/16671">#16671</a> |
| 59 | + </li> |
| 60 | + </ul> |
| 61 | + </section> |
13 | 62 | <section name="Release 10.22.0"> |
14 | 63 | <div class="releaseDate">30.03.2025</div> |
15 | 64 | <p>Breaking backward compatibility:</p> |
|
0 commit comments