File tree Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -6,32 +6,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] - 2022-06-02
8
8
9
- ** BREAKING CHANGES:** The next release is a major release that includes breaking changes. See
10
- details below.
11
-
12
9
### Added
13
- * Support for all Java 17 random number generators in generating random Permutation objects.
14
10
15
11
### Changed
16
- * Minimum supported Java version is now Java 17 (breaking change).
17
- * Utilized Java 17 RandomGenerator interface to eliminate redundant code.
18
12
19
13
### Deprecated
20
14
21
15
### Removed
22
- * Permutation.Mechanic nested class previously deprecated in v3.2.0 (breaking change).
23
16
24
17
### Fixed
25
18
26
19
### 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).
29
20
30
21
### CI/CD
31
22
32
23
### Other
33
24
34
25
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
+
35
46
## [ 3.3.0] - 2022-06-01
36
47
37
48
### Added
You can’t perform that action at this time.
0 commit comments