diff options
Diffstat (limited to 'devscripts/make_changelog.py')
-rw-r--r-- | devscripts/make_changelog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/make_changelog.py b/devscripts/make_changelog.py index 3ad4c5408..157c66126 100644 --- a/devscripts/make_changelog.py +++ b/devscripts/make_changelog.py @@ -54,6 +54,7 @@ class CommitGroup(enum.Enum): 'core', 'dependencies', 'jsinterp', + 'networking', 'outtmpl', 'formats', 'plugins', |