diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index e71e98b..91414cc 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -61,6 +61,22 @@ PR [#2221](https://github.com/inventree/InvenTree/pull/2221) adds support for MF 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. +### Session Management + +PR [#2371](https://github.com/inventree/InvenTree/pull/2371) adds management of user settings via the settings page + +### Sales Order Shipments + +PR [#2199](https://github.com/inventree/InvenTree/pull/2199) adds the ability to perform multiple shipments against a given Sales Order. This allows split-shipments and partial fulfillment of Sales Orders + +### Plugin Ecosystem + +PR [#2074](https://github.com/inventree/InvenTree/pull/2074) adds a plugin ecosystem, allowing future development of first-party and third-party plugins to extend upon core InvenTree functionality. Watch this space! + +## Assign Stock Items to Customer + +PR [#2436](https://github.com/inventree/InvenTree/pull/2436) refactors the process by which stock items can be manually assigned to a customer, separate to the Sales Order process. + ## Major Bug Fixes | Pull Request | Description |