Added changelog for #503

This commit is contained in:
Bernd Bestel 2020-01-19 09:53:58 +01:00
parent d0036e8034
commit 17e5c04bf9
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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