rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.43k stars 629 forks source link

Update changelog and clarify about yanking #2891

Closed taiki-e closed 1 month ago

taiki-e commented 1 month ago

This adds the following note to old 0.3 releases:

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

And, adds the following to header to clarify when the yank will be done:

Releases may yanked if there is a security bug, a soundness bug, or a regression.

cc @shepmaster

shepmaster commented 1 month ago

Much appreciated, thank you.