File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments