diff --git a/master/docs/relnotes.rst.jinja b/master/docs/relnotes.rst.jinja index 7ec790e04f4b..fccc9d45f26a 100644 --- a/master/docs/relnotes.rst.jinja +++ b/master/docs/relnotes.rst.jinja @@ -15,6 +15,7 @@ {% for text, values in sections[section][category]|dictsort(by='value') %} - {{ text }} {% endfor %} + {% else %} - {{ sections[section][category]['']|sort|join(', ') }}