From 950751493598d25c78e9f1c4a8418214f35f592a Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 6 Mar 2021 13:49:25 -0900 Subject: [PATCH] changelog draft --- docs/docs/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 7e2248dcd..5012329df 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,22 @@ # Release Notes +## v0.4.0 Whoa, What a Release! [DRAFT] + - Authentication! Tons of stuff went into creating a flexible authentication platform for a lot of different use cases. Review the documentation for more information on how to use the authentication, and how everything works together. + - Sign Up Links + - Admin and User Roles + - Group Management + - Recipe Database Refactoring. Tons of new information is now stored for recipes in the database. Not all is accessible via the UI, but it's coming. + - Nutrition Information + - calories + - fatContent + - fiberContent + - proteinContent + - sodiumContent + - sugarContent + - recipeCuisine + - "categories" has been migrated to "recipeCategory" to adhear closer to the standard schema + - "tool" - a list of tools used for the recipe + ## v0.3.0 ### Bug Fixes