We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1727f6f commit 8bbdc9eCopy full SHA for 8bbdc9e
doc/changelog/template
@@ -0,0 +1,22 @@
1
+{% if sections[""] %}
2
+
3
+.. tab-set::
4
5
+{%+ for category, val in definitions.items() if category in sections[""] %}
6
7
+ .. tab-item:: {{ definitions[category]['name'] }}
8
9
+ .. list-table::
10
+ :header-rows: 0
11
+ :widths: auto
12
13
+{% for text, values in sections[""][category].items() %}
14
+ * - {{ text }}
15
+ - {{ values|join(', ') }}
16
17
+{% endfor %}
18
19
20
+{% else %}
21
+No significant changes.
22
+{% endif %}
0 commit comments