From 84fbca97f79c13527e8fbffa877561cba07f1817 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 25 Sep 2023 14:27:03 -0700 Subject: [PATCH] add note about db backup to changelog (#1560) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2b4bc4..5a15db7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This release is mainly a code reorganisation and refactoring, significantly improving the maintainability of the codebase. This should allow us to improve further and make it easier for the maintainers to keep on top of the project. +**Please remember to always back up your database between versions** + #### Here is a short summary of the broad topics of changes: Code has been organised into modules, reducing use of global variables/objects, isolating concerns and “putting the right things in the logical place”.