summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/whatsnew/fragments/_template.rst1
-rw-r--r--towncrier.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/_template.rst b/doc/whatsnew/fragments/_template.rst
index 115dc5766..c6e410b9c 100644
--- a/doc/whatsnew/fragments/_template.rst
+++ b/doc/whatsnew/fragments/_template.rst
@@ -17,6 +17,7 @@ Release date: {{ versiondata.date }}
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
- {{ text }} ({{ values|join(', ') }})
+
{% endfor %}
{% else %}
diff --git a/towncrier.toml b/towncrier.toml
index 100f2cb07..b25b28298 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -4,6 +4,7 @@ directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.16/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
+wrap = true
# Definition of fragment types.
# TODO: with the next towncrier release (21.9.1) it will be possible to define