Files
fastapi-cache/changelog.d/changelog_template.jinja

16 lines
314 B
Plaintext
Raw Permalink Normal View History

{% if sections[""] -%}
{% for category, val in definitions.items() if category in sections[""] -%}
### {{ definitions[category]['name'] }}
{% for text, values in sections[""][category].items() %}
- {{ text }} {{ values|join(', ') }}
{% endfor %}
{% endfor -%}
{% else -%}
No significant changes.
{% endif -%}