{# Shared changelog category macro — iconified headings + subgrid-ready markup (#543). #} {% def change_category(title, icon_name, items, is_breaking=false) %} {% if items and items is iterable and items is not string and items | length > 0 %}

{{ title }}

{% end %} {% end %}