diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py index b418065ff..c2dda6dc8 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",