From 83e4ba379665f408edccc7a4e8f786d71a835112 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 28 Jul 2021 22:33:51 +1000 Subject: [PATCH] Update 0.4.0.md https://github.com/inventree/InvenTree/pull/1874 --- docs/releases/0.4.0.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/releases/0.4.0.md b/docs/releases/0.4.0.md index a926b74..daf0588 100644 --- a/docs/releases/0.4.0.md +++ b/docs/releases/0.4.0.md @@ -2,7 +2,7 @@ title: Release 0.4.0 --- -## Release 0.4.0 +# Release 0.4.0 [Release 0.4.0](https://github.com/inventree/InvenTree/releases/tag/0.4.0) provides a number of major new features and improvements, as well as some crucial bug fixes: @@ -33,3 +33,10 @@ title: Release 0.4.0 | [#1823](https://github.com/inventree/InvenTree/pull/1823) | Fixes link formatting issues for ManufacturerParts | | [#1824](https://github.com/inventree/InvenTree/pull/1824) | Selects correct curreny code when creating a new PurchaseOrderLineItem | | [#1867](https://github.com/inventree/InvenTree/pull/1867) | Fixes long-running bug when deleting sequential items via the API | + +# Release 0.4.1 + +## Bug Fixes + +| Pull Request | Description | +| [#1874](https://github.com/inventree/InvenTree/pull/1874) | Ensure static files are copied when launching development server under docker |