File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1717 'deprecated' ,
1818 'fixed' ,
1919 'removed' ,
20- 'security ' ,
20+ 'experimental ' ,
2121]
2222
2323repo = '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}
Original file line number Diff line number Diff 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
236235In case you think the pull request is small enough not to require a changelog
237236entry please use ` Changelog-None ` in one of the commit messages to opt out.
You can’t perform that action at this time.
0 commit comments