Skip to content

Commit bac399b

Browse files
committed
Update CHANGELOG.md
1 parent 0a97a82 commit bac399b

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] - 2022-11-18
88

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+
## [5.0.0] - 2022-11-18
27+
928
**BREAKING CHANGES:** See the Removed section for details.
1029

1130
### Added
@@ -20,22 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2039
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
2140
methods that use a default source of randomness, but introducing nextSample methods for classes to implement.
2241

23-
### Deprecated
24-
2542
### Removed
2643
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
2744
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
2845
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
2946

30-
### Fixed
31-
3247
### Dependencies
3348
* Bump rho-mu from 2.5.0 to 3.0.1
3449

35-
### CI/CD
36-
37-
### Other
38-
3950

4051
## [4.3.1] - 2022-11-17
4152

0 commit comments

Comments
 (0)