Skip to content

Commit 19f080b

Browse files
committed
Update CHANGELOG.md
1 parent be9b6bc commit 19f080b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ 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-07-24
7+
## [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.
1016

1117
### Changed
1218

0 commit comments

Comments
 (0)