mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 08:57:59 +00:00
15d4f8b3be
Co-authored-by: parity-processbot <>
20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
{# This include generates the section showing the changes #}
|
|
## Changes
|
|
|
|
### Legend
|
|
|
|
- {{ CML }} Cumulus
|
|
- {{ DOT }} Polkadot
|
|
- {{ SUB }} Substrate
|
|
|
|
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" %}
|
|
{% include "changes_client.md.tera" %}
|
|
{% else %}
|
|
{% include "migrations-runtime.md.tera" -%}
|
|
|
|
{% include "changes_runtime.md.tera" %}
|
|
|
|
{% endif %}
|
|
|
|
{% include "changes_misc.md.tera" %}
|