Browse Source

Merge branch 'maint-0.3.2'

Nick Mathewson 6 years ago
parent
commit
b9b5f9a1a5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/maint/lintChanges.py

+ 2 - 1
scripts/maint/lintChanges.py

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