mirror of
https://github.com/viewflow/viewflow.git
synced 2026-03-13 10:32:34 +08:00
Bump version
This commit is contained in:
12
README.md
12
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.
|
||||
|
||||
Reference in New Issue
Block a user