Commit 5cb91ae7 authored by Ron Rothman's avatar Ron Rothman Committed by Jason Madden

updated CHANGES.rst

parent 9a514c89
......@@ -7,6 +7,10 @@
1.3.0 (unreleased)
==================
- ``Pool.add`` now accepts ``blocking`` and ``timeout`` parameters,
which function similarly to their counterparts in ``Semaphore``.
See :pr:`1032` by Ron Rothman.
- If a single greenlet created and destroyed many
:class:`gevent.local.local` objects without ever exiting, there
would be a leak of the function objects intended to clean up the
......
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