File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
8
8
9
9
You may also find the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) useful.
10
10
11
- ## Unreleased
11
+ ## [ 0.7.3 ] - 2020-01-10
12
12
### Fixes
13
13
- The ` Bernoulli ` distribution constructors now reports an error on NaN and on
14
14
` denominator == 0 ` . (#925 )
15
15
- Use ` std::sync::Once ` to register fork handler, avoiding possible atomicity violation (#928 )
16
+ - Fix documentation on the precision of generated floating-point values
16
17
17
18
### Changes
18
19
- Unix: make libc dependency optional; only use fork protection with std feature (#928 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand"
3
- version = " 0.7.2 "
3
+ version = " 0.7.3 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments