barrier/doc/newsfragments
Povilas Kanapickas 4d73ed9fdd lib/net: Present client certificate when connecting to server 2021-11-01 04:50:07 +02:00
..
README.md doc: Setup towncrier for handling of release notes 2021-01-10 19:47:24 +02:00
build-failure-mipsel-riscv.bugfix doc: Add news fragment for PR #926 2021-01-10 19:47:31 +02:00
client-send-certificate.feature lib/net: Present client certificate when connecting to server 2021-11-01 04:50:07 +02:00
configuration-reading-non-ascii-windows.bugfix doc: Add news fragment for PR #910 2021-01-10 19:47:27 +02:00
dont-use-openssl-cli.bugfix Use openssl library instead of CLI to generate certificates 2021-11-01 04:07:09 +02:00
drop-target--option.feature doc: Add news fragment for PR #972 2021-01-10 19:47:30 +02:00
enable-crypto-by-default.feature Enable encryption by default 2021-11-01 03:00:09 +02:00
fingerprint-randomart.feature gui: Add support for SHA256 fingerprints 2021-11-01 04:07:09 +02:00
fix-x11-paste.bugfix Map more X11 clipboard MIME types to corresponding converters 2021-05-16 00:27:57 +08:00
gui-autostart.feature gui: Add autoStart setting 2021-01-11 00:13:34 +02:00
gui-hotkey-multiple-actions.bugfix doc: Add news fragment for PR #915 2021-01-10 19:47:26 +02:00
gui-hotkey-special-keys-handling.bugfix doc: Add news fragment for PR #916 2021-01-10 19:47:25 +02:00
gui-keyboard-enabled-screen-layout.feature Add missing final newline 2021-09-22 22:58:16 +00:00
keyboard-backlight-media-keys.feature doc: Add news fragment for PR #822 2021-01-10 19:47:34 +02:00
muhenkan-eisu-toggle-keys.feature doc: Add news fragment for PR #818 2021-01-10 19:47:35 +02:00
non-ascii-character-transfer.bugfix doc: Add news fragment for PR #979 2021-01-10 19:47:28 +02:00
profile-dir-option.feature doc: Add news fragment for PR #969 2021-01-10 19:47:29 +02:00
regenerate-broken-server-cert.bugfix doc: Add news fragment for PR #803 2021-01-10 19:47:33 +02:00
sha256-fingerprints.bugfix gui: Add support for SHA256 fingerprints 2021-11-01 04:07:09 +02:00
sun-keyboard-keys.bugfix lib: Add missing Sun keyboard keys 2021-01-10 22:13:43 +02:00
translation_chinese.bugfix update zh-CN translations 2021-06-23 16:22:42 +03:00
translation_slovak.bugfix Add newsfragment 2021-06-21 21:31:09 +03:00
use-theme-icons.bugfix doc: Add news fragment for PR #972 2021-01-10 19:47:32 +02:00
windows-service-path.bugfix doc: Add newsfragment 2021-06-25 15:44:21 +03:00

README.md

This is the directory for news snippets used by towncrier: https://github.com/twisted/towncrier

When changing code in a way that's visible to an end user please make a new file in this directory. It will be removed and integrated into release notes document upon a release of a new version of Barrier.

towncrier has a few standard types of news fragments, signified by the file extension. These are:

.feature: Signifying a new feature. .bugfix: Signifying a bug fix. .doc: Signifying a documentation improvement. .removal: Signifying a deprecation or removal of public API.