Skip to content

Commit ab2366a

Browse files
committed
Update changelog for release 0.8.8
1 parent 845fd0f commit ab2366a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 0.8.8
3+
## 0.8.8 (April 2022)
4+
5+
Release 0.8.8 is a minor release and contains a bugfix and several new or improved features:
46

57
- Bugfix #526: `AsyncMachine` does not remove models when `remove_models` is called (thanks @Plazas87)
68
- Feature #517: Introduce `try/except` for finalize callbacks in `Machine` and `HierachicalMachine`. Thus, errors occurring in finalize callbacks will be suppressed and only the original error will be raised.
@@ -11,6 +13,8 @@
1113

1214
## 0.8.7 (February 2021)
1315

16+
Release 0.8.7 is a minor release and contains a bugfix, a feature and adjustments to internal processes:
17+
1418
- State configuration dictionaries passed to `HierarchicalMachine` can also use `states` as a keyword to define substates. If `children` and `states` are present, only `children` will be considered.
1519
- Feature #500: `HierarchicalMachine` with custom separator now adds `is_state` partials for nested states (e.g. `is_C.s3.a()`) to models (thanks @alterscape)
1620
- Bugfix #512: Use `model_attribute` consistently in `AsyncMachine` (thanks @thedrow)

0 commit comments

Comments
 (0)