Where can I find current Rust beta changelog?

I would like to know the features that are available in current beta version. Should I dig through GitHub issues?

2 Likes

Pull requests are tagged with a milestone when they are merged, and beta is currently 1.59:

The release team will be preparing summarized release notes in the next few weeks.

2 Likes

To shorten that list to the most interesting/relevant ones, you can filter to PRs labeled with relnotes

https://github.com/rust-lang/rust/pulls?q=label%3Arelnotes+milestone%3A1.59.0


particularly interesting (in my personal opinion)

https://github.com/rust-lang/rust/pull/91728

https://github.com/rust-lang/rust/pull/90521

Stabilize `iter::zip` by Patrick-Poitras · Pull Request #91881 · rust-lang/rust · GitHub

5 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.