From 23c8dba2c8221a2df710527b9b5627e0261db3ed Mon Sep 17 00:00:00 2001 From: AlexHalbesleben Date: Mon, 19 Sep 2022 20:00:57 -0500 Subject: [PATCH] Update changelog --- src/types/Changelog.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types/Changelog.ts b/src/types/Changelog.ts index 86452b8..fc65636 100644 --- a/src/types/Changelog.ts +++ b/src/types/Changelog.ts @@ -179,4 +179,9 @@ Typing a hotkey in the description field in the task modal could open modals/tri title: "Tasks have a started completion date", description: "Users can now set dates before which tasks cannot start", }, + { + version: "3.7.1", + title: "Bug fix", + description: "Fix bug where tasks didn't load properly from local storage", + }, ];