mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
f17ea2cdd0
* WIP * Fix templates - fix conditions to fetch misc PRs - render the misc section only if required - add html comment to help debugging - add a new API section to T2 labels
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
{# This include generates the section showing the changes #}
|
|
## Changes
|
|
|
|
### Legend
|
|
|
|
- {{ DOT }} Polkadot
|
|
- {{ SUB }} Substrate
|
|
|
|
{% include "changes_client.md.tera" %}
|
|
|
|
{% include "changes_runtime.md.tera" %}
|
|
|
|
{% include "changes_api.md.tera" %}
|
|
|
|
{% include "changes_misc.md.tera" %}
|