diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index b418065ffbd543946ececcb58b46dea6e4630e06..c2dda6dc81a05824727e4b0a6e9af411648031d3 100755
--- a/scripts/maint/lintChanges.py
+++ b/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",