devtools: add experimental section.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-04-07 11:58:05 +09:30
parent fad4aee5da
commit d211e1ff1c
2 changed files with 4 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ sections = [
'deprecated',
'fixed',
'removed',
'security',
'experimental',
]
repo = 'ElementsProject/lightning'
@@ -132,8 +132,8 @@ ${h3} Removed
${group(groups['removed']) | trim}
${h3} Fixed
${group(groups['fixed']) | trim}
${h3} Security
${group(groups['security']) | trim}
${h3} EXPERIMENTAL
${group(groups['experimental']) | trim}
% for l in links:
[${l.ref}]: ${l.url}