From 229af4b093a553c3f8484c131b55808d5a523909 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Nov 2021 00:22:06 +1100 Subject: [PATCH] Update 0.6.0.md https://github.com/inventree/InvenTree/pull/2198 --- docs/releases/0.6.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index 96985b8..b14e03d 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -54,6 +54,10 @@ PR [#2205](https://github.com/inventree/InvenTree/pull/2205) represents a major PR [#2208](https://github.com/inventree/InvenTree/pull/2208) provides notification emails when the stock level for a particular part falls below the configured "minimum stock" threshold for that part. An email is automatically sent to any users who are subscribed to notifications for that part. +### Stock Item Forms + +PR [#2198](https://github.com/inventree/InvenTree/pull/2198) provides a major refactor of stock item forms, for creating and editing stock items. These forms have been migrated to the REST API, providing a much more responsive user experience. + ## Major Bug Fixes | Pull Request | Description |