Преглед изворни кода

Add dirauth changes as a lintchanges category

Nick Mathewson пре 6 година
родитељ
комит
9298749088
1 измењених фајлова са 2 додато и 1 уклоњено
  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",