diff --git a/templating/matrix_templates/units.py b/templating/matrix_templates/units.py index 2cd14509..81489f63 100644 --- a/templating/matrix_templates/units.py +++ b/templating/matrix_templates/units.py @@ -707,7 +707,7 @@ class MatrixUnits(Units): changelog_lines.pop() break changelog_lines.append(" " + line) - changelogs[name] = "\n".join(changelog_lines) + changelogs[name] = "".join(changelog_lines) return changelogs