@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased] - 2022-08-03
8
8
9
9
### Added
10
- * PermutationFullUnaryOperator and PermutationFullBinaryOperator functional interfaces for the purpose
11
- of specifying custom operations on Permutation objects. These are variations of the existing
12
- PermutationUnaryOperator and PermutationBinaryOperator interfaces that were added in 3.2.0, but with
13
- both the raw int arrays and Permutation objects passed to the operators.
14
- * Permutation.apply methods, one for each of the two new PermutationFullUnaryOperator
15
- and PermutationFullBinaryOperator interfaces, for applying such custom Permutation operators.
16
10
17
11
### Changed
18
12
@@ -23,14 +17,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
17
### Fixed
24
18
25
19
### Dependencies
26
- * Bump core from 2.1.0 to 2.2.2
27
- * Bump rho-mu from 2.3.0 to 2.3.2
28
20
29
21
### CI/CD
30
22
31
23
### Other
32
24
33
25
26
+ ## [ 4.1.0] - 2022-08-03
27
+
28
+ ### Added
29
+ * PermutationFullUnaryOperator and PermutationFullBinaryOperator functional interfaces for the purpose
30
+ of specifying custom operations on Permutation objects. These are variations of the existing
31
+ PermutationUnaryOperator and PermutationBinaryOperator interfaces that were added in 3.2.0, but with
32
+ both the raw int arrays and Permutation objects passed to the operators.
33
+ * Permutation.apply methods, one for each of the two new PermutationFullUnaryOperator
34
+ and PermutationFullBinaryOperator interfaces, for applying such custom Permutation operators.
35
+
36
+ ### Dependencies
37
+ * Bump core from 2.1.0 to 2.2.2.
38
+ * Bump rho-mu from 2.3.0 to 2.3.2.
39
+
40
+
34
41
## [ 4.0.0] - 2022-06-02
35
42
36
43
** BREAKING CHANGES:** This is a major release that includes breaking changes. See
0 commit comments