From 3c8cf6829a008ef215f296565fad1cb8e1e0c679 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Fri, 12 Jun 2020 20:28:54 +0200 Subject: [PATCH] Added changelog entry for PR #309 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece5d486..8c3a2448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 0.9rc1 [2020-xx-xx] +**User Interface** + +* The Open Project dialog will now ask before removing an entry from the recent projects list. PR #309. + **Other Changes** * Added the file's class and layout to the meta data string added as the first line of saved document files. This meta data is only used to restore the file meta information into the project if it was lost from the project file. It is also useful information when reading the file in external tools. PR #308.