0.7:

 - Added on_disconnect callbacks.
 - Improved kill() which will make it recursive by default, and call the on_disconnect callbacks.
 - spawn() now allows paramters (*args, **kwargs) to be passed in.
 - Improved documentation
 - msg() and error() now use send() which has all the connection state verification, and killing mechanism.

0.6:

 - Fixed a bug with .ini files with no logging sections (like formatters)

0.5:

 - Added JavaScript example.
 - Fixed setup.py (having not included CHANGES.txt in the sdist)

0.4

 - Updated docs.

0.3

 - CHANGES and README added to description.

0.2

 - Help updated

0.1

 - Initial release
 - Support for paster server plugin
 - Provide with command-line servers
   - socketio-serve
   - socketio-serve-reload
