From ae3bacf8fec2fb7edb8eeb7a76933618f5ef178d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 21 Aug 2021 22:12:41 +0200 Subject: [PATCH] Fixed changelog typos --- changelog/63_3.1.1_2021-08-21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/63_3.1.1_2021-08-21.md b/changelog/63_3.1.1_2021-08-21.md index cc2e95be..1a117948 100644 --- a/changelog/63_3.1.1_2021-08-21.md +++ b/changelog/63_3.1.1_2021-08-21.md @@ -9,8 +9,8 @@ ### API > ❗ The release before (v3.1.0) introduced that "numbers are now returned as numbers": **This was reverted** since it had unintended side effects (so all fields are technically strings now again, just like before - sorry for that) -- Fixed that `missing_products` of the `/stock/volatile` endpoint also contained incactive products +- Fixed that `missing_products` of the `/stock/volatile` endpoint also contained inactive products - Fixed that when having multiple Userfields for an entity, the `/objects/{entity}` endpoint returned wrong Userfield values -- Fixed that the `/stock/products/by-barcode/{barcode}/consume` and `/stock/products/by-barcode/{barcode}/transfer` endpoint haven't used the stock entry given by a stock entry grocycode (thanks @lowlee for the initial work on this) +- Fixed that the `/stock/products/by-barcode/{barcode}/consume` and `/stock/products/by-barcode/{barcode}/transfer` endpoints haven't used the stock entry given by a stock entry grocycode (thanks @lowlee for the initial work on this) - Fixed that the "Stock by-barcode" API routes were broken for normal barcodes (only grocycodes were accepted) (thanks @larsverp) - Fixed that the "Stock by-barcode" API routes also accepted chore or battery grocycodes (thanks @lowlee)