From 51b46fd487eb0f8f07476e934a8114a2bca23f66 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Fri, 9 Oct 2020 15:21:29 +0300 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2b0a9b1ec..cdfbde275 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ Changes to be released in next version * Room: Add more to long room topics (#3715). * Security screens: Update automatically shields when the trust changes. * Room: Add floating action button to invite members. - * Pasteboard: Use MXKAppSettings.pasteboard on copy operations (#3732). + * Pasteboard: Use MXKPasteboardManager.pasteboard on copy operations (#3732). 🐛 Bugfix * Push: Check crypto has keys to decrypt an event before decryption attempt, avoid sync loops on failure.