aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_changelog.py
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/make_changelog.py')
-rw-r--r--devscripts/make_changelog.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/devscripts/make_changelog.py b/devscripts/make_changelog.py
index eb0e3082f..3ad4c5408 100644
--- a/devscripts/make_changelog.py
+++ b/devscripts/make_changelog.py
@@ -55,6 +55,7 @@ class CommitGroup(enum.Enum):
'dependencies',
'jsinterp',
'outtmpl',
+ 'formats',
'plugins',
'update',
'upstream',
@@ -68,9 +69,9 @@ class CommitGroup(enum.Enum):
'misc',
'test',
},
- cls.EXTRACTOR: {'extractor'},
- cls.DOWNLOADER: {'downloader'},
- cls.POSTPROCESSOR: {'postprocessor'},
+ cls.EXTRACTOR: {'extractor', 'ie'},
+ cls.DOWNLOADER: {'downloader', 'fd'},
+ cls.POSTPROCESSOR: {'postprocessor', 'pp'},
}.items()
for name in names
}