File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ 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.1] - 2019-09-13
12
+ ### Fixes
12
13
- Fix ` no_std ` behaviour, appropriately enable c2-chacha's ` std ` feature (#844 )
13
- - Add a ` no_std ` target to CI to continously evaluate ` no_std ` status (#844 )
14
14
- ` alloc ` feature in ` no_std ` is available since Rust 1.36 (#856 )
15
+ - Fix or squelch issues from Clippy lints (#840 )
16
+
17
+ ### Additions
18
+ - Add a ` no_std ` target to CI to continously evaluate ` no_std ` status (#844 )
19
+ - ` WeightedIndex ` : allow adjusting a sub-set of weights (#866 )
15
20
16
21
## [ 0.7.0] - 2019-06-28
17
22
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
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