mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Update changelog_update doc to reflect the actual ordering of the changelog
This commit is contained in:
parent
da29402d2e
commit
6525127c62
@ -55,10 +55,13 @@ try to keep it somewhat coherent.
|
||||
The order should roughly be:
|
||||
|
||||
1. New lints
|
||||
2. Changes that expand what code existing lints cover
|
||||
3. ICE fixes
|
||||
2. Moves or deprecations of lints
|
||||
3. Changes that expand what code existing lints cover
|
||||
4. False positive fixes
|
||||
5. Suggestion fixes/improvements
|
||||
6. ICE fixes
|
||||
7. Documentation improvements
|
||||
8. Others
|
||||
|
||||
Please also be sure to update the Beta/Unreleased sections at the top with the
|
||||
relevant commit ranges.
|
||||
|
Loading…
Reference in New Issue
Block a user