-----------------
Feature:
* Python 3 support (3.2, 3.3, 3.4 and 3.5)
* Unicode support
Changed:
* Changed ``write`` to accept ``newline=False`` kwarg, to control whether the
line ends with a newline when the socket is not in raw mode
* Example echo service now runs in raw mode
* The command registry can now unregister commands
Internal:
* Added angel.stop() to terminate angel from threads
* Fixed angel's start delay reset when starting a service without a saved state