We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd45323 commit 006b177Copy full SHA for 006b177
Changelog.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
-## 0.6.3 ()
+## 0.6.3 (November, 2017)
4
5
- Bugfix #268: `Machine.add_ordered_transitions` changed states' order if `initial` is not the first or last state (thanks to @janekbaraniewski)
6
+- Bugfix #265: Renamed `HierarchicalMachine.to` to `to_state` to prevent warnings when HSM is used as a model
7
+- Feature #266: Introduce `Machine.get_transitions` to get a list of transitions for alteration.
8
9
## 0.6.2 (November, 2017)
10
0 commit comments