diff --git a/changelog/_template.rst b/changelog/_template.rst index 66fd6ae56..4f1d46d80 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -13,7 +13,7 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %} +- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} `_){% endif %} {% endfor %}