From 12a2c0945e0bc23ad19e5f1aa86a3487aa2ee561 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 10 Aug 2019 08:33:54 +0200 Subject: [PATCH] Added the changelog for the next release --- changelog/52_UNRELEASED_2019-xx-xx.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/52_UNRELEASED_2019-xx-xx.md diff --git a/changelog/52_UNRELEASED_2019-xx-xx.md b/changelog/52_UNRELEASED_2019-xx-xx.md new file mode 100644 index 00000000..44e0c01e --- /dev/null +++ b/changelog/52_UNRELEASED_2019-xx-xx.md @@ -0,0 +1,6 @@ +- General improvements/fixes + - Improved the handling which entry page to use with disabled feature flags (thanks @nielstholenaar) + - The Userfield type "Preset list" had always the caption "Product group" (thanks @oncleben31) +- API improvements + - New endpoint `/stock/shoppinglist/remove-product` to remove an product from a shopping lsit (thanks @Forceu) + - When adding a product through (`stock/product/{productId}/add` or `stock/product/{productId}/inventory`) with omitted best before date and if the given product has "Default best before days" set, the best before date is calculated based on that (so far always today was used which is still the case when no date is supplied and also the product has no "Default best before days set) (thanks @Forceu)