Commit 98873dcd authored by Denis Bilenko's avatar Denis Bilenko

add changelog entry for 1.0b4

parent 7f484b7d
......@@ -3,6 +3,14 @@ Changelog
.. currentmodule:: gevent
Release 1.0b4
-------------
- Added gevent.os module with 'read' and 'write' functions. Patch by Geert Jansen.
- Moved gevent.hub.fork to gevent.os module (it is still available as gevent.fork).
- Fixed issue #148: Made fileobject handle EINVAL, which is randomly raised by os.read/os.write on Mac OS X. Thanks to Mark Hingston.
- Fixed issue #150: gevent.fileobject.SocketAdapter.sendall() could needlessly wait for write event on the descriptor. Original patch by Mark Hingston.
Release 1.0b3
-------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment