Add dirauth changes as a lintchanges category

This commit is contained in:
Nick Mathewson 2017-10-17 13:58:21 -04:00
parent 22139c0b28
commit 9298749088

View File

@ -21,7 +21,8 @@ KNOWN_GROUPS = set([
"Documentation", "Documentation",
"Code simplification and refactoring", "Code simplification and refactoring",
"Removed features", "Removed features",
"Deprecated features"]) "Deprecated features",
"Directory authority changes"])
NEEDS_SUBCATEGORIES = set([ NEEDS_SUBCATEGORIES = set([
"Minor bugfix", "Minor bugfix",