Skip to content

Commit 6d605c8

Browse files
chore: update CHANGELOG
1 parent 904ce59 commit 6d605c8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Latest v2.4.0
1+
# Latest v2.5.0
2+
3+
## Enhancements
4+
- Supports Java 21 preview feature: unnamed patterns and variables ([JEP 443](https://openjdk.org/jeps/443)) ([#620](https://github.com/jhipster/prettier-java/pull/620) by [@jtkiesel](https://github.com/jtkiesel))
5+
- New entrypoint lexAndParse to return both tokens and CST ([#625](https://github.com/jhipster/prettier-java/pull/625) by [@max-schaefer](https://github.com/max-schaefer))
6+
7+
## Fixes
8+
9+
- No longer ignore whole block when prettier-ignore at start ([#603](https://github.com/jhipster/prettier-java/pull/603) by [@jtkiesel](https://github.com/jtkiesel))
10+
11+
## Miscellaneous
12+
13+
- Improve Readme documentation ([#621](https://github.com/jhipster/prettier-java/pull/621), [#622](https://github.com/jhipster/prettier-java/pull/622) and [#623](https://github.com/jhipster/prettier-java/pull/623) by [@koppor](https://github.com/koppor))
14+
15+
# v2.4.0
216

317
## Enhancements
418
- Supports Java 21 record pattern ([#611](https://github.com/jhipster/prettier-java/pull/611) by [@jtkiesel](https://github.com/jtkiesel))
@@ -733,7 +747,7 @@ public sealed class Rectangle implements Shape permits Square {
733747

734748
```
735749

736-
## Miscallenous
750+
## Miscellaneous
737751

738752
- Add [copy/pastable Checkstyle configuration](./docs/checkstyle/checkstyle.xml) compatible with Prettier ([#477](https://github.com/jhipster/prettier-java/pull/477))
739753

@@ -745,7 +759,7 @@ public sealed class Rectangle implements Shape permits Square {
745759
and records with simplified constructors
746760
([#470](https://github.com/jhipster/prettier-java/pull/470))
747761

748-
## Miscallenous
762+
## Miscellaneous
749763

750764
- Update links to Chevrotain library (From @Austin-Scott: [#472](https://github.com/jhipster/prettier-java/pull/472))
751765

0 commit comments

Comments
 (0)