diff --git a/CHANGES.rst b/CHANGES.rst index acd8d36..84ccc57 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ 0.5 --- -- +- Rewrote library to use coroutines instead of threads to save memory +- Improved connection resilience +- Added support for xhr-polling thanks to Francis Bull +- Added support for jsonp-polling thanks to Bernard Pratz +- Added support for query params and cookies 0.4 --- diff --git a/README.rst b/README.rst index 235e077..0a9bb4e 100644 --- a/README.rst +++ b/README.rst @@ -136,7 +136,7 @@ Credits - rod_ wrote a `prototype for a Python client to a socket.io server`_ on StackOverflow. - `Alexandre Bourget`_ wrote gevent-socketio_, which is a socket.io server written in Python. - `Paul Kienzle`_, `Zac Lee`_, `Josh VanderLinden`_, `Ian Fitzpatrick`_, `Lucas Klein`_, `Rui Chicoria`_ submitted code to expand support of the socket.io protocol. -- `Guy Zmo`_ and `Francis Bull`_ wrote prototypes to support xhr-polling and jsonp-polling. +- `Bernard Pratz`_ and `Francis Bull`_ wrote prototypes to support xhr-polling and jsonp-polling. - `Eric Chen`_, `Denis Zinevich`_, `Thiago Hersan`_ suggested ways to make the connection more robust. @@ -155,7 +155,7 @@ Credits .. _Alexandre Bourget: https://github.com/abourget .. _gevent-socketio: https://github.com/abourget/gevent-socketio -.. _Guy Zmo: https://github.com/guyzmo +.. _Bernard Pratz: https://github.com/guyzmo .. _Francis Bull: https://github.com/franbull .. _Paul Kienzle: https://github.com/pkienzle .. _Zac Lee: https://github.com/zratic