File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ 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
+ ## [ 0.8.2] - 2021-01-12
12
+ ### Fixes
13
+ - Fix panic in ` UniformInt::sample_single_inclusive ` and ` Rng::gen_range ` when
14
+ providing a full integer range (eg ` 0..=MAX ` ) (#1087 )
15
+
11
16
## [ 0.8.1] - 2020-12-31
12
17
### Other
13
18
- Enable all stable features in the playground (#1081 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand"
3
- version = " 0.8.1 "
3
+ version = " 0.8.2 "
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