Skip to content

Commit 9d2d9af

Browse files
authored
Merge pull request #238 from cicirello/prep-release-4-2-0
Prepare for release 4.2.0
2 parents 0b98dc0 + 22a2e2b commit 9d2d9af

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2022-08-30
88

99
### Added
10-
* Four Permutation.applyThenValidate methods, which are counterparts to the four Permutation.apply method
11-
but which validate the Permutation(s) that result from the applied operator; whereas the existing apply
12-
methods do not verify the state of the Permutation after operator application.
13-
* IllegalPermutationStateException exception class that is thrown by the new Permutation.applyThenValidate
14-
methods if validation fails.
1510

1611
### Changed
1712

@@ -22,13 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2217
### Fixed
2318

2419
### Dependencies
25-
* Bump rho-mu from 2.3.2 to 2.4.1
2620

2721
### CI/CD
2822

2923
### Other
3024

3125

26+
## [4.2.0] - 2022-08-30
27+
28+
### Added
29+
* Four Permutation.applyThenValidate methods, which are counterparts to the four Permutation.apply methods,
30+
but which validate the Permutation(s) that result from the applied operator; whereas the existing apply
31+
methods do not verify the state of the Permutation after operator application.
32+
* IllegalPermutationStateException exception class that is thrown by the new Permutation.applyThenValidate
33+
methods if validation fails.
34+
35+
### Dependencies
36+
* Bump rho-mu from 2.3.2 to 2.4.1
37+
38+
3239
## [4.1.0] - 2022-08-03
3340

3441
### Added

0 commit comments

Comments
 (0)