|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 10.20.1"> |
| 14 | + <div class="releaseDate">07.11.2024</div> |
| 15 | + <p>Bug fixes:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + google_checks: False positive on left curly brace in switch statement with lambda-like |
| 19 | + construct. |
| 20 | + Author: Roman Ivanov |
| 21 | + <a href="https://github.com/checkstyle/checkstyle/issues/15851">#15851</a> |
| 22 | + </li> |
| 23 | + </ul> |
| 24 | + <p>Notes:</p> |
| 25 | + <ul> |
| 26 | + <li> |
| 27 | + Enable examples tests. |
| 28 | + Author: Amit Kumar Deohoria, Devarsh Mavani, akanksha |
| 29 | + <a href="https://github.com/checkstyle/checkstyle/issues/13345">#13345</a> |
| 30 | + </li> |
| 31 | + <li> |
| 32 | + update JavadocTokenTypes.java to new format of AST print. |
| 33 | + Author: Kushagra-sedwal |
| 34 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 35 | + </li> |
| 36 | + <li> |
| 37 | + IDEA inspection suppressions resulted from migration to v2022.3.3. |
| 38 | + Author: Mohanad |
| 39 | + <a href="https://github.com/checkstyle/checkstyle/issues/14625">#14625</a> |
| 40 | + </li> |
| 41 | + <li> |
| 42 | + update GSOC.md and CONTRIBUTING.md. |
| 43 | + Author: Roman Ivanov |
| 44 | + <a href="https://github.com/checkstyle/checkstyle/issues/15845">#15845</a> |
| 45 | + </li> |
| 46 | + <li> |
| 47 | + Define violation messages for all violations.. |
| 48 | + Author: Devarsh Mavani |
| 49 | + <a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a> |
| 50 | + </li> |
| 51 | + <li> |
| 52 | + Resolve `TailRecursion` inspection violations by replacing tail recursive calls. |
| 53 | + Author: Mohit Attry |
| 54 | + <a href="https://github.com/checkstyle/checkstyle/issues/14814">#14814</a> |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + JavadocParagraph documentation example s should be updated to same by structure . |
| 58 | + Author: akanksha |
| 59 | + <a href="https://github.com/checkstyle/checkstyle/issues/15760">#15760</a> |
| 60 | + </li> |
| 61 | + <li> |
| 62 | + doc: BEGINNING_DEVELOPMENT.md. |
| 63 | + Author: Nick Mancuso |
| 64 | + </li> |
| 65 | + <li> |
| 66 | + doc: improve README.md add CONTRIBUTING.md add GSOC.md. |
| 67 | + Author: Nick Mancuso |
| 68 | + </li> |
| 69 | + <li> |
| 70 | + Cover pitest survivals with tests. |
| 71 | + Author: Mohanad |
| 72 | + <a href="https://github.com/checkstyle/checkstyle/issues/14019">#14019</a> |
| 73 | + </li> |
| 74 | + </ul> |
| 75 | + </section> |
13 | 76 | <section name="Release 10.20.0"> |
14 | 77 | <div class="releaseDate">31.10.2024</div> |
15 | 78 | <p>Breaking backward compatibility:</p> |
|
0 commit comments