summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-17 13:58:25 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-17 13:58:25 -0400
commitb9b5f9a1a5a683611789ffe4c49e41325102cabc (patch)
tree868992e9c37f12fc6331aa2e96cd0c136ff0fbad
parentd8604b8729b24f964d78d188b89493098d3eb92b (diff)
parent9298749088afc1f31e7f9ad9afade69e5033ffc4 (diff)
downloadtor-b9b5f9a1a5a683611789ffe4c49e41325102cabc.tar.gz
tor-b9b5f9a1a5a683611789ffe4c49e41325102cabc.zip
Merge branch 'maint-0.3.2'
-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",