Skip to content

Commit d211e1f

Browse files
committed
devtools: add experimental section.
Signed-off-by: Rusty Russell <[email protected]>
1 parent fad4aee commit d211e1f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

devtools/changelog.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'deprecated',
1818
'fixed',
1919
'removed',
20-
'security',
20+
'experimental',
2121
]
2222

2323
repo = 'ElementsProject/lightning'
@@ -132,8 +132,8 @@ def commit_date(commitsha):
132132
${group(groups['removed']) | trim}
133133
${h3} Fixed
134134
${group(groups['fixed']) | trim}
135-
${h3} Security
136-
${group(groups['security']) | trim}
135+
${h3} EXPERIMENTAL
136+
${group(groups['experimental']) | trim}
137137
138138
% for l in links:
139139
[${l.ref}]: ${l.url}

doc/STYLE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ have a line with one of the following prefixes:
230230
not yet removed
231231
- `Changelog-Fixed: ` if a bug has been fixed
232232
- `Changelog-Removed: ` if a (previously deprecated) feature has been removed
233-
- `Changelog-Security: ` if a security issue has been addressed and the users
234-
will need to upgrade in order to stay secure
233+
- `Changelog-Experimental: ` if it only affects --enable-experimental-features builds, or experimental- config options.
235234

236235
In case you think the pull request is small enough not to require a changelog
237236
entry please use `Changelog-None` in one of the commit messages to opt out.

0 commit comments

Comments
 (0)