From 2f00619bc93d37c90ca361794d586521ec08adc1 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 23 Jan 2021 17:40:52 -0900 Subject: [PATCH] changelog --- docs/docs/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index ad82e07cd..4ba793050 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -7,6 +7,7 @@ - Fixed failed database initialization at startup - Fixed misaligned text on various cards - Fixed bug that blocked opening links in new tabs + - Fixed router link bugs - Issue #122 ### Features and Improvements - Meal Planner @@ -17,6 +18,10 @@ - **Minor** - Continued work on button/style unification - Adding icons to buttons + - Migrations + - Card based redesign + - Upload from the UI + - Unified Chowdown/Nextcloud import process. ### Development - Fixed Vetur config file. Autocomplete in VSCode works!