diff --git a/Scripts/changelog_generator.py b/Scripts/changelog_generator.py index cc5127d26d..172be0f82d 100755 --- a/Scripts/changelog_generator.py +++ b/Scripts/changelog_generator.py @@ -47,10 +47,10 @@ if Tag != tag and tag != category: Tag = tag print("") - print(" - " + tag.split("/")[1]) - + print(" - " + tag.split("/")[1]) + for change in item[1]: if Tag == "": - print(" - " + change) - else: print(" - " + change) + else: + print(" - " + change)