* Added Travis build checking support * Resource class will check if attribute `name` is valid Python identifier and not a reserved word.
0.7.6
-----
* Code cleanups and a lot of code documentation * Timers use simpler interface * Event class has send() method * StateMachine class has additional attributes
0.7.5
-----
* Removed custom exceptions
0.7.4
-----
* Minor code documentation
0.7.3
-----
* Minor code documentation
0.7
---
* Added support for event handlers without event argument. These handlers are used by state machine events: entry, exit and init. * Event object are immutable