-------------
Version 0.4.0
-------------

* Abstracted the polling layer due to issues with select.poll on OS X
  (https://github.com/crustymonkey/py-prefork-server/issues/8 thanks Abai)
  The best poller for the system this is running on is now automatically
  selected (epoll on modern linux, kqueue on BSD/OS X, etc.)
* Updated documentation to reflect changes with PEP 8 compliance
* Fixed a bug in the example code
* Other minor fixes

-------------
Version 0.3.0
-------------

* Fixed curState naming bug (thanks cosminbasca!)
* Added support for SO_REUSEPORT

-------------
Version 0.2.1
-------------

* Added *args and **kwargs options for child class initialization (cosminbasca)

-------------
Version 0.2.0
-------------

* Changed the entire API for PEP 8 compliance (mostly) (cosminbasca)

-------------
Version 0.1.5
-------------

* Changed the socket bind hooks to be called during __init__ (cosminbasca)

-------------
Version 0.1.1
-------------

* Initial release
