aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_changelog.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-07-15 14:30:08 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-07-15 16:18:34 +0530
commitc365dba8430ee33abda85d31f95128605bf240eb (patch)
tree174d35c23267863ca89a1a030935b445edf56799 /devscripts/make_changelog.py
parent1b392f905d20ef1f1b300b180f867d43c9ce49b8 (diff)
downloadhypervideo-pre-c365dba8430ee33abda85d31f95128605bf240eb.tar.lz
hypervideo-pre-c365dba8430ee33abda85d31f95128605bf240eb.tar.xz
hypervideo-pre-c365dba8430ee33abda85d31f95128605bf240eb.zip
[networking] Add module (#2861)
No actual changes - code is only moved around
Diffstat (limited to 'devscripts/make_changelog.py')
-rw-r--r--devscripts/make_changelog.py1
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',