diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-17 13:58:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-17 13:58:25 -0400 |
commit | b9b5f9a1a5a683611789ffe4c49e41325102cabc (patch) | |
tree | 868992e9c37f12fc6331aa2e96cd0c136ff0fbad | |
parent | d8604b8729b24f964d78d188b89493098d3eb92b (diff) | |
parent | 9298749088afc1f31e7f9ad9afade69e5033ffc4 (diff) | |
download | tor-b9b5f9a1a5a683611789ffe4c49e41325102cabc.tar.gz tor-b9b5f9a1a5a683611789ffe4c49e41325102cabc.zip |
Merge branch 'maint-0.3.2'
-rwxr-xr-x | scripts/maint/lintChanges.py | 3 |
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", |