Skip to content

Commit 7e87a7f

Browse files
authored
Merge pull request #232 from cicirello/prep-4-1-0
Prepare for release 4.1.0
2 parents 0ae0f2d + 0fd4652 commit 7e87a7f

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2022-08-03
88

99
### 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.
1610

1711
### Changed
1812

@@ -23,14 +17,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2317
### Fixed
2418

2519
### Dependencies
26-
* Bump core from 2.1.0 to 2.2.2
27-
* Bump rho-mu from 2.3.0 to 2.3.2
2820

2921
### CI/CD
3022

3123
### Other
3224

3325

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+
3441
## [4.0.0] - 2022-06-02
3542

3643
**BREAKING CHANGES:** This is a major release that includes breaking changes. See

0 commit comments

Comments
 (0)