File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased] - 2022-08-30
8
8
9
9
### 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.
15
10
16
11
### Changed
17
12
@@ -22,13 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
17
### Fixed
23
18
24
19
### Dependencies
25
- * Bump rho-mu from 2.3.2 to 2.4.1
26
20
27
21
### CI/CD
28
22
29
23
### Other
30
24
31
25
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
+
32
39
## [ 4.1.0] - 2022-08-03
33
40
34
41
### Added
You can’t perform that action at this time.
0 commit comments