blob: 774460d6bb63b65ef2c97ea8731a2531c8af1885 [file] [log] [blame] [view]
Gilles Peskine7c3f7cd2020-03-27 19:47:35 +01001This directory contains changelog entries that have not yet been merged
2to the changelog file ([`../ChangeLog`](../ChangeLog)).
3
4A changelog entry file must have the extension `*.txt` and must have the
5following format:
6
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8Security
9 * Change description.
10 * Another change description.
11
12Features
13 * Yet another change description.
14 * Yet again another change description.
15
16~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
18See `STANDARD_CATEGORIES` in
19[`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)
20for recognized section titles.