barrier/doc/newsfragments
Povilas Kanapickas 8883cfae0f Setup release notes build using towncrier tool 2021-11-01 21:32:02 +02:00
..
README.md Setup release notes build using towncrier tool 2021-11-01 21:32:02 +02:00
close-failed-handshake-connections.bugfix lib/server: Close connection when client app-level handshake fails 2021-11-01 17:41:06 +02:00
enforce-maximum-message-length.bugfix lib: Enforce a maximum length of input messages 2021-11-01 17:39:42 +02:00
fix-crash-on-ssl-hello.bugfix lib/net: Fix race conditions when closing SSL connections 2021-11-01 17:43:35 +02:00
ssl-corrupted-data.bugfix lib/net: Fix incorrect sharing of data between different SSL sessions 2021-11-01 18:06:54 +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.