From 062f3ace8b08e86e9f63c004ffdb85942af1b94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20=E2=80=9Etadzik=E2=80=9D=20So=C5=9Bnierz?= Date: Thu, 14 Nov 2024 13:39:22 +0100 Subject: [PATCH] Update the Changelog to match the release notes It no longer references PRs from a private repo, which addresess #1829. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9229e5d..0c51343f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # 3.0.3 (2024-11-14) ==================== -### Bugfixes +### Security -- Validate the `key` parameter in Provisioning API. ([\#1](https://github.com/matrix-org/matrix-appservice-irc/issues/1)) -- Disallow control characters in channel names sent via Provisioning API. ([\#2](https://github.com/matrix-org/matrix-appservice-irc/issues/2)) -- Wrap some internal server errors in provisioning API. ([\#4](https://github.com/matrix-org/matrix-appservice-irc/issues/4)) +- Fix for ([GHSA-c3hj-hg7p-rrq5](https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-c3hj-hg7p-rrq5)). +- Disallow control characters in channel names sent via Provisioning API. +- Wrap some internal server errors in provisioning API. # 3.0.2 (2024-09-18) ====================