We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e894312 commit 615a63aCopy full SHA for 615a63a
Changelog.md
@@ -9,6 +9,7 @@ Release 0.6.1 is a minor release and contains new features as well as bug fixes:
9
- Bugfix #253: `Machine.remove_transitions` converted `defaultdict` into dict (thanks @Synss)
10
- Bugfix #248: `HierarchicalStateMachine`'s copy procedure used to cause issues with function callbacks and object references (thanks @Grey-Bit)
11
- Renamed `Machine.id` to `Machine.name` to be consistent with the constructor parameter `name`
12
+- Add `Machine.add_transitions` for adding multiple transitions at once (thanks @Synss)
13
14
## 0.6.0 (August, 2017)
15
0 commit comments