From b827f2b8ccff5dd4a1796fcd448f3b54839f4382 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 21 Apr 2021 16:30:53 +1000 Subject: [PATCH] Update release notes --- docs/releases/0.2.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.2.2.md b/docs/releases/0.2.2.md index 88c3a88..62b2755 100644 --- a/docs/releases/0.2.2.md +++ b/docs/releases/0.2.2.md @@ -24,6 +24,10 @@ title: Release 0.2.2 [#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of subcategories within a given category. +### Build Order Improvements + +[#1492](https://github.com/inventree/InvenTree/pull/1492) drastically improves the build order process, streamlining the stock allocation process and providing a more intuitive user experience. Refer to the [build order documentation](../../build/build) for further information. + ### Javascript Translation [#1494](https://github.com/inventree/InvenTree/pull/1494) provides significant improvements for delivery of JavaScript files. Previously, JavaScript files which required i18n translation were compiled at run-time by the server. Now, JavaScript files are pre-compiled as part of the static file creation step. This significantly speeds up delivery of JavaScript files to the client.