commit 9298749088afc1f31e7f9ad9afade69e5033ffc4
parent 22139c0b285e32639b35d671bef12277d3441791
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 17 Oct 2017 13:58:21 -0400
Add dirauth changes as a lintchanges category
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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",