Commit 3065c331 authored by Denis Bilenko's avatar Denis Bilenko

fix typo in changelog

parent 8eb83628
......@@ -7,7 +7,7 @@ Version 0.13.1
--------------
- Fixed :class:`ssl.SSLObject` to delete events used by other greenlets when closing the instance (issue #34).
- Fixed :func:`select <gevent.select.select>` to work recognize ``long`` arguments in addition to ``int``.
- Fixed :func:`select <gevent.select.select>` to recognize ``long`` arguments in addition to ``int``.
- Fixed :meth:`Semaphore.acquire` to return ``False`` when timeout expires instead of raising :exc:`AssertionError`. Patch by Teh Ekik.
- Fixed bogus failure in ``test__exc_info.py``.
- Updated webchat example to use file on disk rather than in-memory sqlite database to avoid :exc:`OperationalError`.
......
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