diff --git a/docs/news.rst b/docs/news.rst index a64b5f12..a5e6ef92 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -4,6 +4,8 @@ Release Notes **UNRELEASED** - Removed install dependency on setuptools +- The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was + faulty. Fixed so that future changes in the SOABI will not change the tag. **0.38.0 (2022-10-21)** @@ -17,8 +19,6 @@ Release Notes - Fixed ``ValueError: ZIP does not support timestamps before 1980`` when using ``SOURCE_DATE_EPOCH=0`` or when on-disk timestamps are earlier than 1980-01-01. Such timestamps are now changed to the minimum value before packaging. -- The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was - faulty. Fixed so that future changes in the SOABI will not change the tag. **0.37.1 (2021-12-22)**