File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ This document is intended for CleanThat developers and users (e.g. through [Spot
22
33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format
44
5- ## [ 2.23 - Unreleased ]
5+ ## [ 2.23]
66
77* ` UnnecessaryModifier ` is reworked for simplification. It includes further management of ` record ` . (https://github.com/solven-eu/cleanthat/pull/848 )
8+ * ` MutatorsScanner ` now relies on a hard-coded list of classNames to enable GraalVM compability (https://github.com/solven-eu/cleanthat/pull/895 )
89
9- ## [ 2.22 - Unreleased ]
10+ ## [ 2.22]
1011
1112### Fixed
1213
Original file line number Diff line number Diff line change @@ -692,14 +692,6 @@ isDraft
692692
693693languageLevel: jdk1
694694
695- ### [ CompositeMutator] ( java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/composite/CompositeMutator.java )
696-
697- Cleanthat own ID: CompositeMutator
698-
699- isDraft
700-
701- languageLevel: jdk1
702-
703695### [ CompositeWalkingMutator] ( java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/composite/CompositeWalkingMutator.java )
704696
705697Cleanthat own ID: CompositeWalkingMutator
You can’t perform that action at this time.
0 commit comments