From 17e5c04bf975f161b04528c853aae91f362294e2 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 19 Jan 2020 09:53:58 +0100 Subject: [PATCH] Added changelog for #503 --- changelog/55_UNRELEASED_2019-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index d2c66e23..1135570f 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -26,6 +26,7 @@ - Fixed that a due date was required when editing an existing task ### API improvements/fixes +- The endpoint `/stock` now includes also the product object itself (new field/property `product`) (thanks @gsacre) - Fixed that the route `/stock/barcodes/external-lookup/{barcode}` did not work, because the `barcode` argument was expected as a route argument but the route was missing it (thanks @Mikhail5555 and @beetle442002) - Fixed the response type description of the `/stock/volatile` endpoint - New endpoints for the stock transfer & stock entry edit capabilities mentioned above