Document the removal changelog category (#1907)
* Document the removal changelog category Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Add changelog --------- Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
cbe8092d8a
commit
c8eb7f5526
2 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,8 @@ the ``newsfragments`` directory. The ``type`` can be one of the following:
|
|||
|
||||
* ``deprecation`` - Used when deprecating something.
|
||||
|
||||
* ``removal`` - Used when removing something that was unused or previously deprecated.
|
||||
|
||||
All news fragments must have a brief summary explaining the change in the
|
||||
contents of the file. The summary must end in a full stop to be in line with
|
||||
the style guide and formatting must be done using Markdown.
|
||||
|
|
1
changelogs/internal/newsfragments/1907.clarification
Normal file
1
changelogs/internal/newsfragments/1907.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Document the `removal` changelog category.
|
Loading…
Add table
Add a link
Reference in a new issue