diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index 2d0b792..05f84f9 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -80,3 +80,11 @@ PR [#2436](https://github.com/inventree/InvenTree/pull/2436) refactors the proce ### Merging Stock Items PR [#2468](https://github.com/inventree/InvenTree/pull/2468) adds the ability to merge multiple stock items together. + +### Scheduled Tasks for Plugins + +PR [#2512](https://github.com/inventree/InvenTree/pull/2512) adds a "scheduled task" mixin for plugins, allowing custom plugins to run periodically scheduled tasks. + +### Triggered Events for Plugins + +PR [#2515](https://github.com/inventree/InvenTree/pull/2515) adds a "triggered events" mixin for plugins, allowing custom plugins to run code when a particular event occurs.