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 |