Skip to content

Commit 8bbdc9e

Browse files
chore: adding changelog file 39.maintenance.md [dependabot-skip]
1 parent 1727f6f commit 8bbdc9e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/changelog/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
{% endfor %}
19+
20+
{% else %}
21+
No significant changes.
22+
{% endif %}

0 commit comments

Comments
 (0)