Skip to content

Commit 38d5083

Browse files
committed
Update CHANGELOG.md
1 parent 3e76c21 commit 38d5083

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)