From 8da13ab22b43e9ca26fd8410e55018abf3e2ac31 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 21 Dec 2019 12:38:15 +0100 Subject: [PATCH] Added changelog for #476 --- changelog/55_UNRELEASED_2019-xx-xx.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index c0d88c72..06d9f6e3 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -1,9 +1,12 @@ ### New feature: Transfer products between locations and edit stock entries - New menu entry in the sidebar to transfer products (or as a shortcut in the more/context menu per line on the stock overview page) -- New menu entry in the more/context menu of stock overview page lines to show the detail stock entries behind the corresponding product product +- New menu entry in the more/context menu of stock overview page lines to show the detail stock entries behind the corresponding product - From there you can also edit the stock entries - A huge THANK YOU goes to @kriddles for the work on this feature +## Recipe improvements +- When adding or editing a recipe ingredient, a dialog is now used instead of switching between pages (thanks @kriddles) + ### Meal plan fixes - Fixed that when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was set to `false`, prices were still shown (thanks @kriddles)