Skip to content

Commit 54a57b8

Browse files
committed
Add policy on yanked crates, add explanation for rand 0.7.1
Closes #893
1 parent 737f5f6 commit 54a57b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1616
- Unit tests for value stability of distributions added (#888)
1717

1818
## [0.7.1] - 2019-09-13
19+
### Yanked
20+
This release was yanked since it depends on `rand_core::OsRng` added in 0.5.1,
21+
yet only specifies a dependency on version 0.5.0 (#890).
22+
1923
### Fixes
2024
- Fix `no_std` behaviour, appropriately enable c2-chacha's `std` feature (#844)
2125
- `alloc` feature in `no_std` is available since Rust 1.36 (#856)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ A detailed [changelog](CHANGELOG.md) is available.
6767
When upgrading to the next minor series (especially 0.4 → 0.5), we recommend
6868
reading the [Upgrade Guide](https://rust-random.github.io/book/update.html).
6969

70+
### Yanked versions
71+
72+
Some versions of Rand crates have been yanked ("unreleased"). Where this occurs,
73+
the crate's CHANGELOG *should* be updated with a rationale, and a search on the
74+
issue tracker with the keyword `yank` *should* uncover the motivation.
75+
7076
### Rust version requirements
7177

7278
Since version 0.7, Rand requires **Rustc version 1.32 or greater**.

0 commit comments

Comments
 (0)