]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add dirauth changes as a lintchanges category
authorNick Mathewson <nickm@torproject.org>
Tue, 17 Oct 2017 17:58:21 +0000 (13:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 17 Oct 2017 17:58:21 +0000 (13:58 -0400)
scripts/maint/lintChanges.py

index b418065ffbd543946ececcb58b46dea6e4630e06..c2dda6dc81a05824727e4b0a6e9af411648031d3 100755 (executable)
@@ -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",