Bump version

This commit is contained in:
Mikhail Podgurskiy
2024-10-04 14:54:37 +05:00
parent 55a78841fa
commit 4863388f58

View File

@@ -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.