diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index f431888..ec7e5b9 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -19,3 +19,7 @@ title: Release 0.7.0 ### Serialize Incoming Stock [#2686](https://github.com/inventree/InvenTree/pull/2686) provides the ability to add batch codes and serial numbers to incoming stock items received against purchase orders. + +### Persistent Forms + +[#2687](https://github.com/inventree/InvenTree/pull/2687) adds the ability for modal forms to be "persistent" - i.e. they are not immediately dismissed after successful submission. This allows (for example) the "Create Part" form to be used multiple times in succession, allowing quick creation of parts by the user.