Skip to content

Commit

Permalink
Release 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Sep 2, 2021
1 parent f676d9a commit fc03c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.8.9
## 0.8.9 (September 2021)

Release 0.8.8 is a minor release and contains a bugfix for HSM, a feature for `GraphSupport` and changes internal cache handling:

- Bugfix #544: `NestedEvent` now wraps the machine's scope into partials passed to `HierarchicalMachine._process`. This prevents queued transitions from losing their scope.
- Feature #533: `(A)Graph.draw` function (object returned by `GraphMachine.get_graph()`) can be passed a file/stream object as first parameter or `None`. The later will result in `draw` returning a binary string. (thanks @Blindfreddy).
Expand Down

0 comments on commit fc03c7c

Please sign in to comment.