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