Commit e6899d0c authored by Denis Bilenko's avatar Denis Bilenko

update changelog.rst

parent eae42a2a
......@@ -4,6 +4,17 @@ Changelog
.. currentmodule:: gevent
Version 0.12.1
--------------
* Removed a symlink from the distribution (that causes pip to fail). Thanks to **bkc** for reporting it.
* setup.py: automatically create symlink from ``build/lib.../gevent/core.so`` to ``gevent/core.so``.
* :mod:`gevent.socket`: Improved compatibility with stdlib's socket:
- Fixed :class:`socket <gevent.socket.socket>` to raise ``timeout("timed out")`` rather than simply ``timeout``.
- Imported ``_GLOBAL_DEFAULT_TIMEOUT`` from standard :mod:`socket` module instead of creating a new object.
Version 0.12.0
--------------
......
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