mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
4809bb0305
* Add a new template to show the list of host functions * Fix release notes template for host functions --------- Co-authored-by: parity-processbot <>
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
{%- import "change.md.tera" as m_c -%}
|
|
|
|
{% for pr in changes | sort(attribute="merged_at") -%}
|
|
|
|
{%- if pr.meta.B and pr.meta.B.B0 -%}
|
|
{#- We skip silent ones -#}
|
|
{%- else -%}
|
|
{%- if pr.meta.E and pr.meta.E.E3 -%}
|
|
- {{ m_c::change(c=pr) }}
|
|
{% endif -%}
|
|
{% endif -%}
|
|
{%- endfor -%}
|