commit 27688994a936e8c045f0273e7295b930f4ce28ae Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 29 15:51:32 2017 -0400
Add "New dependencies" as a recognized lintchanges category --- scripts/maint/lintChanges.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py index bf06064..ff5ba5a 100755 --- a/scripts/maint/lintChanges.py +++ b/scripts/maint/lintChanges.py @@ -17,6 +17,7 @@ KNOWN_GROUPS = set([ "Major feature", "Major features", "New system requirements", + "New dependencies", "Testing", "Documentation", "Code simplification and refactoring",