summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/maint/lintChanges.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index b418065ffb..c2dda6dc81 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",