From 6525127c624d24497256ec02eed571b3978c0168 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Thu, 12 Mar 2020 21:02:08 +0100 Subject: [PATCH] Update changelog_update doc to reflect the actual ordering of the changelog --- doc/changelog_update.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/changelog_update.md b/doc/changelog_update.md index cabf25135da..5c7898fc465 100644 --- a/doc/changelog_update.md +++ b/doc/changelog_update.md @@ -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.