2019-10-13 21:44:25 +02:00
|
|
|
This directory contains changelog entries that have not yet been merged
|
2020-03-27 19:47:35 +01:00
|
|
|
to the changelog file ([`../ChangeLog`](../ChangeLog)).
|
2019-10-13 21:44:25 +02:00
|
|
|
|
2020-03-27 19:47:35 +01:00
|
|
|
A changelog entry file must have the extension `*.txt` and must have the
|
2019-10-13 21:44:25 +02:00
|
|
|
following format:
|
|
|
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2020-03-27 19:05:18 +01:00
|
|
|
Security
|
|
|
|
|
* Change description.
|
|
|
|
|
* Another change description.
|
2019-10-13 21:44:25 +02:00
|
|
|
|
2020-03-27 19:05:18 +01:00
|
|
|
Features
|
|
|
|
|
* Yet another change description.
|
|
|
|
|
* Yet again another change description.
|
2019-10-13 21:44:25 +02:00
|
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2020-03-27 19:47:35 +01:00
|
|
|
See `STANDARD_CATEGORIES` in
|
|
|
|
|
[`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)
|
|
|
|
|
for recognized section titles.
|