Skip to content

Commit

Permalink
docs: Add note on release notes of the new check of only one graph co…
Browse files Browse the repository at this point in the history
…mponent.
  • Loading branch information
fgmacedo committed Jan 23, 2020
1 parent 462e812 commit cee0e83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ History
=======

0.8.0 (2020-01-23)
------------------------
------------------

* Add support for Python 3.7 and 3.8 (adding to test matrix).
* Update development requirements.
Expand All @@ -13,6 +13,8 @@ History
* Add support for reverse transitions: ``transition = state_a.from_(state_b)``.
Thanks @romulorosa.
* Fix current state equal to destination on enter events. Thanks @robnils and @joshuacc1.
* Check: StateMachine now validates if it's states/transitions graph has only one component.
Thanks @rafaelrds.

Breaking changes:

Expand Down

0 comments on commit cee0e83

Please sign in to comment.