diff --git a/setup/changelog.py b/setup/changelog.py index 114c5af6ab..691042be1a 100644 --- a/setup/changelog.py +++ b/setup/changelog.py @@ -103,7 +103,7 @@ def parse(raw, parse_dates=True): if 'description' in item: item['description'] += stripped_line + ' ' else: - item['title'] += stripped_line + item['title'] += ' ' + stripped_line return in_item state = normal