barrier/doc/newsfragments
James Le Cuirot 4b12265ae5 Add missing cstddef includes for NULL
Fixes https://github.com/debauchee/barrier/issues/1366.
2021-11-03 18:12:56 +02:00
..
README.md Setup release notes build using towncrier tool 2021-11-01 21:35:55 +02:00
fix-wrong-encoding-for-text-copied-between-linux-and-windows.bugfix lib/platform: Fix encoding for text copied between linux and windows 2021-11-03 03:12:41 +02:00
gcc-11-build.bugfix Add missing cstddef includes for NULL 2021-11-03 18:12:56 +02:00

README.md

This is the directory for release note fragments processed by towncrier.

When making a user-visible change create a file in this directory and it will be automatically be included into the release note document when the next release is published.

The file extension specifies the type of a change. The following are currently supported:

  • .feature: a new feature.
  • .bugfix: a bug fix.
  • .security: a fix for security issue.
  • .doc: a documentation improvement.
  • .removal: a deprecation or removal of functionality.