Update changelog sorting rules to know about dirauth changes

This commit is contained in:
Nick Mathewson 2017-02-28 10:12:17 -05:00
parent 3c56db431e
commit 1453bda67b
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ def head_score(s):
score = -300
elif lw.startswith("deprecated version"):
score = -200
elif lw.startswith("directory auth"):
score = -150
elif (('new' in lw and 'requirement' in lw) or
('new' in lw and 'dependenc' in lw) or
('build' in lw and 'requirement' in lw) or