Skip to content

Commit

Permalink
Merge pull request #238 from cicirello/prep-release-4-2-0
Browse files Browse the repository at this point in the history
Prepare for release 4.2.0
  • Loading branch information
cicirello authored Aug 30, 2022
2 parents 0b98dc0 + 22a2e2b commit 9d2d9af
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-08-30

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

### Changed

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

### Dependencies
* Bump rho-mu from 2.3.2 to 2.4.1

### CI/CD

### Other


## [4.2.0] - 2022-08-30

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

### Dependencies
* Bump rho-mu from 2.3.2 to 2.4.1


## [4.1.0] - 2022-08-03

### Added
Expand Down

0 comments on commit 9d2d9af

Please sign in to comment.