From e6b4349cc9ee4d0e4770f1163f49aeba01ee2dad Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 6 Oct 2021 21:21:57 +1100 Subject: [PATCH] Update 0.6.0.md https://github.com/inventree/InvenTree/pull/2113 --- 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 dd7665c..905038a 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -22,6 +22,10 @@ PR [#2103](https://github.com/inventree/InvenTree/pull/2103) provides a major im PR [#2110](https://github.com/inventree/InvenTree/pull/2110) provides a major refactor of the process by which stock items are allocated against a sales order. The process now makes use of the REST API for a more responsive and intuitive user experience. +### Delete Old Error Messages + +PR [#2113](https://github.com/inventree/InvenTree/pull/2113) adds a background task to periodically remove old error messages from the database. Error messages are retained in the database for 30 days, after which point they are removed. + ### Bug Fixes | Pull Request | Description |