From 4863388f58ebc77f6008b6efea919e05447a757d Mon Sep 17 00:00:00 2001 From: Mikhail Podgurskiy Date: Fri, 4 Oct 2024 14:54:37 +0500 Subject: [PATCH] Bump version --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 27bfb35..a71e554 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,18 @@ modifications of Viewflow. You can find the commercial license terms in ## Changelog +### 2.2.8 2024-10-04 + +- Prevent exceptions from being raised by Process/Task models when a flow class + is deleted but still referenced in the database. +- Fix serialization issue with jsonstore.DecimalField. +- Add missing 'index' view for celery.Task node. +- Enable recovery of flow.Subprocess and flow.NSubprocess nodes from error state. +- Correct invalid typing for FSM conditions. +- Allow setting permission=None in the FSM @transition decorator to explicitly bypass permission checks. +- Add support for MultiValueField and django-money fields form rendering + + ### 2.2.7 2024-08-16 - Added compatibility fix for Python 3.8.