From 46f0ae54ae63bf16193d55ce96041ea40489a812 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 2 Jun 2024 12:08:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8beee5..2e4b87d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,10 +26,14 @@ Added Fixed ----- -* Fixed a case where adding/importing an image would hang while - reading unsupported exif data (#111) -* Fixed a hang when saving an open bee file that has been removed +* Fixed a case where adding/importing an image would hang when the image + contained unsupported exif data (#111) +* Fixed a hang when saving an open bee file that had been removed since being opened +* Shortcuts now only trigger once when holding down the key + combination to avoid inconstistend program states and potential + crashes + Changed -------