Skip to content

Commit 0f1df4a

Browse files
committed
Update CHANGELOG.md
1 parent 8ba0e9a commit 0f1df4a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2022-02-17
7+
## [Unreleased] - 2022-03-17
88

99
### Added
1010

@@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Other
2222

2323

24+
## [3.2.0] - 2022-03-17
25+
26+
### Added
27+
* PermutationUnaryOperator and PermutationBinaryOperator functional interfaces for the purpose
28+
of specifying custom operations on Permutation objects.
29+
* Permutation.apply methods, one for each of the two new PermutationUnaryOperator
30+
and PermutationBinaryOperator interfaces, for applying such custom Permutation operators.
31+
32+
### Changed
33+
* Various improvements to the documentation.
34+
35+
### Deprecated
36+
* The Permutation.Mechanic nested class, which will be removed in the next
37+
major release 4.0.0. The new Permutation.apply methods should be used instead.
38+
39+
2440
## [3.1.1] - 2022-02-17
2541

2642
### Fixed

0 commit comments

Comments
 (0)