diff --git a/changelog/_template.md.j2 b/changelog/_template.md.j2 index ac3729ba9..a4ac5d718 100644 --- a/changelog/_template.md.j2 +++ b/changelog/_template.md.j2 @@ -5,7 +5,7 @@ {% for text, values in sections[section][category].items() %} {{ text }} -(PR {{ values|join(', ') }}) + (PR {{ values|join(', ') }}) {% endfor %} {% endfor %}