Skip to content

Commit 4262d79

Browse files
committed
prep for release
1 parent ccbdf7e commit 4262d79

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] - 2022-06-02
88

9-
**BREAKING CHANGES:** The next release is a major release that includes breaking changes. See
10-
details below.
11-
129
### Added
13-
* Support for all Java 17 random number generators in generating random Permutation objects.
1410

1511
### Changed
16-
* Minimum supported Java version is now Java 17 (breaking change).
17-
* Utilized Java 17 RandomGenerator interface to eliminate redundant code.
1812

1913
### Deprecated
2014

2115
### Removed
22-
* Permutation.Mechanic nested class previously deprecated in v3.2.0 (breaking change).
2316

2417
### Fixed
2518

2619
### Dependencies
27-
* Bumped core from 1.1.0 to 2.1.0 (breaking change).
28-
* Bumped rho-mu from 1.2.0 to 2.3.0 (breaking change).
2920

3021
### CI/CD
3122

3223
### Other
3324

3425

26+
## [4.0.0] - 2022-06-02
27+
28+
**BREAKING CHANGES:** This is a major release that includes breaking changes. See
29+
details below.
30+
31+
### Added
32+
* Support for all Java 17 random number generators in generating random Permutation objects.
33+
34+
### Changed
35+
* Minimum supported Java version is now Java 17 (breaking change).
36+
* Utilized Java 17 RandomGenerator interface to eliminate redundant code.
37+
38+
### Removed
39+
* Permutation.Mechanic nested class previously deprecated in v3.2.0 (breaking change).
40+
41+
### Dependencies
42+
* Bumped core from 1.1.0 to 2.1.0 (breaking change).
43+
* Bumped rho-mu from 1.2.0 to 2.3.0 (breaking change).
44+
45+
3546
## [3.3.0] - 2022-06-01
3647

3748
### Added

0 commit comments

Comments
 (0)