Skip to content

Commit 54d0cc2

Browse files
committed
Update CHANGELOG.md
1 parent 66afbab commit 54d0cc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Added
1212
* Added the SequenceSampler interface's methods to SequenceReservoirSampler.
1313
* Added the SequenceSampler interface's methods to SequencePoolSampler.
14+
* Added the SequenceSampler interface's methods to SequenceInsertionSampler.
1415

1516
### Changed
1617
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
@@ -21,10 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2122
### Removed
2223
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
2324
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
25+
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
2426

2527
### Fixed
2628

2729
### Dependencies
30+
* Bump rho-mu from 2.5.0 to 3.0.1
2831

2932
### CI/CD
3033

0 commit comments

Comments
 (0)