From a8d7da433dee440e7aafca9e2944bc382ae88bca Mon Sep 17 00:00:00 2001 From: Meena Alfons Date: Mon, 15 Aug 2022 16:18:09 +0200 Subject: [PATCH 1/2] Fix changelog of v7.4.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20758b3e4..2b57a5d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## 7.4.0 -* [FIXED] Allow presence channel authorization to depend on user authentication +* [ADDED] Allow presence channel authorization to depend on user authentication ## 7.3.0 -* [FIXED] Restore previously exported types +* [FIXED] Restore previously exported types ## 7.2.0 From 4df8900a9eab5b06929794a5331e89ae2c6e64af Mon Sep 17 00:00:00 2001 From: Meena Alfons Date: Mon, 15 Aug 2022 16:32:07 +0200 Subject: [PATCH 2/2] Add other changes to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b57a5d1d..bea555418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 7.4.0 +* [CHANGED] Use secure random generator instead of pseudo-random generator +* [CHANGED] Replace git protocol with HTTPS in gitsubmodules file * [ADDED] Allow presence channel authorization to depend on user authentication ## 7.3.0