From e390ab2c1be12f15a9a9ca07999b19db790620a8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 7 Oct 2021 11:54:05 +1100 Subject: [PATCH] Add docs page for 0.5.1 --- docs/releases/0.5.1.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/releases/0.5.1.md diff --git a/docs/releases/0.5.1.md b/docs/releases/0.5.1.md new file mode 100644 index 0000000..7da2058 --- /dev/null +++ b/docs/releases/0.5.1.md @@ -0,0 +1,15 @@ +--- +title: Release 0.5.1 +--- + +## Release 0.5.1 + +### Bug Fixes + +| Pull Request | Description | +| --- | --- | +| [#2090](https://github.com/inventree/InvenTree/pull/2090) | Fixes critical bug in purchase order API endpoint for receiving items | +| [#2100](https://github.com/inventree/InvenTree/pull/2100) | Allows blank values in "barcode" field when receiving purchase order items via the API | +| [#2101](https://github.com/inventree/InvenTree/pull/2101) | Fixes rendering issues in build output tables | +| [#2108](https://github.com/inventree/InvenTree/pull/2108) | Fixes error when trying to build new stock from the SalesOrder table | +| [#2118](https://github.com/inventree/InvenTree/pull/2118) | Fixes crash bug when exporting BOM data under certain conditions |