Ensure that dev changelogs are also sorted, since they are pulled in from multiple files now

develop
lethosor 2020-04-25 21:18:33 -04:00
parent 7a2ef4ff60
commit f76b890cc8
1 changed files with 1 additions and 0 deletions

@ -235,6 +235,7 @@ def generate_changelog(all=False):
dev_entries[entry.dev_version][entry.section].append(entry)
consolidate_changelog(stable_entries)
consolidate_changelog(dev_entries)
print_changelog(versions, stable_entries, 'docs/_auto/news.rst')
print_changelog(versions, dev_entries, 'docs/_auto/news-dev.rst')