Skip to content
Snippets Groups Projects
Commit 1453bda6 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Update changelog sorting rules to know about dirauth changes

parent 3c56db43
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment