New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG for Rust 1.50 #6520
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually sort the entries in the sections by PR numbers, but that's just my OCD, I guess
Ah right, I used to sort the entries by lint names, but I didn't bother this time around |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! As always: I'll merge this at the end of the release process.
(It doesn't have to be sorted. 1.48 wasn't sorted either, so we're not consistent in this regard anyway
* You can now tell Clippy about the MSRV your project supports. Please refer to | ||
the specific README section to learn more about MSRV support [here][msrv_readme] | ||
[#6201](https://github.com/rust-lang/rust-clippy/pull/6201) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a big thing that's all the way down at the end. Shouldn't it be up there near the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to release a blog post about this. I prefer the structure of the changelog we currently have.
I want to write the blog post some time before 1.50.
@bors r+ Thanks! |
|
|
changelog: none
r? @flip1995