diff --git a/CHANGES.rst b/CHANGES.rst index 3657dbf..4071b32 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ 3.1.0 (unreleased) ================== +.. note:: + + This will be the last release to support Python 3.7 and 3.8. + - Adds support for Python 3.13. .. note:: @@ -12,15 +16,25 @@ greenlet will not work in no-gil (free threaded) builds of CPython. Internally, greenlet heavily depends on the GIL. -.. note:: - - This will be the last release to support Python 3.7 and 3.8. - - Greatly reduce the chances for crashes during interpreter shutdown. See `issue 411 `_. -- Add untested support for Hitachi's SuperH CPU. This is not tested in - CI. See `issue 166 `_. + +Platform Support +---------------- + +Support for the following platforms was contributed by the community. +Note that they are untested by this project's continuous integration +services. + +- Hitachi's `SuperH CPU `_. +- `NetBSD on PowerPC. + `_ +- RiscV 64 with `-fno-omic-frame-pointer + `_. Note that + there are `known test failures + `_, so this + platform may not work reliably at all. 3.0.3 (2023-12-21)