Update changelog_update doc to reflect the actual ordering of the changelog

This commit is contained in:
flip1995 2020-03-12 21:02:08 +01:00
parent da29402d2e
commit 6525127c62
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79

View File

@ -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.