Skip to content

Commit 9f1efff

Browse files
authored
Merge pull request #887 from dhardy/master
Prepare rand 0.7.1
2 parents 4152392 + 54d5d73 commit 9f1efff

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
88

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11-
## [Unreleased]
11+
## [0.7.1] - 2019-09-13
12+
### Fixes
1213
- 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)
1414
- `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)
1520

1621
## [0.7.0] - 2019-06-28
1722

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)