瀏覽代碼

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",