From 27688994a936e8c045f0273e7295b930f4ce28ae Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 29 Jun 2017 15:51:32 -0400 Subject: [PATCH] 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 bf06064fa..ff5ba5ae9 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",