Skip to content

Commit 6b6bcd1

Browse files
committed
Update CHANGELOG.md
1 parent d676b7e commit 6b6bcd1

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ 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] - 2024-06-10
7+
## [Unreleased] - 2024-07-25
88

9-
**Breaking Changes**: Due to breaking changes, the next release will be a major release (see the Removed section below for details). Timing of that major release will likely be in the Fall of 2024 to coincide with the planned transition to Java 21.
9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Dependencies
20+
21+
### CI/CD
22+
23+
### Other
24+
25+
26+
## [6.0.0] - 2024-07-25
1027

1128
### Added
1229
* SequenceSampler.getDefault() method for creating an instance of the default implementation of SequenceSampler.
@@ -23,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2340
* Refactored to improve code quality and to optimize SequenceReservoirSampler, SequencePoolSampler, SequenceInsertionSampler, SequenceCompositeSampler.
2441
* Minor optimizations to Permutation.scramble() methods.
2542

26-
### Deprecated
27-
2843
### Removed
2944
* Removed the previously deprecated (in v5.1.0) constructor `org.cicirello.sequences.distance.EditDistance(double, double, double)`. To compute edit distance with double-valued costs for arrays and other sequences, use the existing `EditDistanceDouble` class instead. This does not impact the class with the same name that computes edit distance for permutations (i.e., the `org.cicirello.permutations.distance.EditDistance` class still accepts doubles for the costs).
3045
* Removed default method implementations in SequenceSampler interface (all interface methods now implemented in the implementing classes).
@@ -44,8 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4459
* Integrated Find Security Bugs static analysis into build process.
4560
* Discontinued publication of a `jar-with-dependencies` (BREAKING CHANGE only if you were using the fat jar).
4661

47-
### Other
48-
4962

5063
## [5.1.0] - 2023-05-30
5164

0 commit comments

Comments
 (0)