File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased] - 2022-11-18
88
9+ ** BREAKING CHANGES:** See the Removed section for details.
10+
911### Added
1012* Added the SequenceSampler interface's methods to SequenceReservoirSampler.
13+ * Added the SequenceSampler interface's methods to SequencePoolSampler.
1114
1215### Changed
1316* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
@@ -17,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1720
1821### Removed
1922* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
23+ * SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
2024
2125### Fixed
2226
You can’t perform that action at this time.
0 commit comments