- Python 3.11: Fix a memory leak. See `issue 328 <https://github.com/python-greenlet/greenlet/issues/328>`_ and `gevent issue 1924 <https://github.com/gevent/gevent/issues/1924>`_.
2.0.0.post0
========================
- Add ``Programming Language :: Python :: 3.11`` to the PyPI classifier metadata.
2.0.0
==================
- Nothing changed yet.
2.0.0rc5
=====================
- Linux: Fix another group of rare crashes that could occur when shutting down an interpreter running multiple threads. See `issue 325 <https://github.com/python-greenlet/greenlet/issues/325>`_.
2.0.0rc4
=====================
- Linux: Fix a rare crash that could occur when shutting down an interpreter running multiple threads, when some of those threads are in greenlets making calls to functions that release the GIL.
2.0.0rc3
=====================
- Python 2: Fix a crash that could occur when raising an old-style instance object.