From 867ea7bfedc9e7fd8877027dd111d63021cc5087 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 30 May 2020 00:33:34 +0200 Subject: [PATCH] Droped the entry for 0.6.4 in te changelog since there won't be such a release --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f313e1..3e143fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * The back-references list now shows references to any tag in the open document, not just the first tag. Issue #227, PR #234. * Clicking a tag now tries to scroll to the header where the tag is set. The index needed a couple of minor changes for this feature, so this will invalidate the old index for a project, and require a new to be built. This is done automatically. PR #234. * Moved the Close button on the "Build Novel project" dialog to the area with the other buttons since we anyway increased the size of that area. PR #256. +* Updated the unit for Preferences > Editor > Big document limit from `kb` to `kb`. Issue #258, PR #260. **Project Structure** @@ -20,13 +21,6 @@ * The project class now records the accumulated time in seconds a project has been opened. This data is not yet displayed anywhere, but it is being tracked in the project XML file. PR #261. -## Version 0.6.4 [2020-xx-xx] - -**User Interface** - -* Updated the unit for Preferences > Editor > Big document limit from `kb` to `kb`. Issue #258, PR #260. - - ## Version 0.6.3 [2020-05-28] **Bugfixes**