Hsm 0.1.5
----------------------
2 August 2013
Minor changes:
 - io monitor renames:
    - from monitor_incoming to -> monitor_readable which will send "data_readable" signal
    - from monitor_outgoing to -> monitor_writable which will send "data_writable" signal
 What's next:
 - User guide
 - Reference guide
 - documentation, documentation, documentation

Hsm 0.1.4
----------------------
2 August 2013
Mayor changes:
 - on_exception -> now takes exc_type, exc_value, exc_traceback to get the full trace
 What's next:
 - User guide
 - Reference guide
 - documentation, documentation, documentation

Hsm 0.1.3
----------------------
1 August 2013
Mayor changes:
 - added error_state
 - added io monitoring based on select
Minor changes:
 - more tests
 - fixed indentations and other minor stilistic issues
 What's next:
 - User guide
 - Reference guide
 - documentation, documentation, documentation


Hsm 0.1.2
----------------------
1 August 2013
Mayor changes:
 - renamed actor.ActorTopState to actor.TopState
 - added io monitoring based on select 
Minor changes: 
 - more tests
 - Runtime IO from network
 - More Code Documentation ( some __doc__ )
 - Fixed indentations to a more standard 4 spaces
What's next: 
 - User guide
 - Reference guide
 - documentation, documentation, documentation
 
Hsm 0.1.1
----------------------
31 July 2013
 - Mayor renaming: Python Naming conventions PEP8
 - More Code Documentation ( some __doc__ )
 What's next:
 - Add runtime IO from disk
 - more __doc__
 
Hsm 0.1.0
----------------------
30 July 2013
 - Initial Commit and first setup of things
 What's next:
 - fix naming conventions and start adding some __doc__

