mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
42ceb1c1b1
* Move compiler information below priority information * Show docker section by default * Show a mention even if there are no host functions * Fix the wording for the migrations * Fix some wording * Include free notes section * Fix spacing issue * Rename the free notes template * Few minor changes including reworking the tag rendering
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
{%- set to_ignore = changes | filter(attribute="meta.B.value", value=0) %}
|
|
|
|
<!--
|
|
changes:
|
|
- total: {{ changes | length }}
|
|
- silent: {{ to_ignore | length }}
|
|
- remaining: {{ changes | length - to_ignore | length }}
|
|
-->
|