Skip to content

Commit d545ca5

Browse files
committed
Fix changelog
1 parent 22bb4b3 commit d545ca5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rand_distr/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://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]
8+
- Improve algorithm for sampling `Beta` (#1000)
9+
710
## [0.3.0] - 2020-08-25
811
- Move alias method for `WeightedIndex` from `rand` (#945)
912
- Rename `WeightedIndex` to `WeightedAliasIndex` (#1008)
@@ -18,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1821
- All error types now implement `std::error::Error` (#919)
1922
- Re-exported `rand::distributions::BernoulliError` (#919)
2023
- Add value stability tests for distributions (#891)
21-
- Improve algorithm for sampling `Beta` (#1000)
2224

2325
## [0.2.2] - 2019-09-10
2426
- Fix version requirement on rand lib (#847)

0 commit comments

Comments
 (0)