From 536f1723acfcf81a1d6bd8b25cc107294388c841 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 10 Jun 2017 12:25:40 -0300 Subject: [PATCH] Add issue links in the CHANGELOG entries This unfortunately no longer supports multiple entries with the same text, but this is worth the improved readability and navigation IMO --- changelog/_template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}