Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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