From 5ae667fec76e3d2c85c160f0792c8c1141ca392d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 9 Oct 2024 10:02:48 +0100 Subject: [PATCH] Add release notes for 0.13.1 --- docs/release.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index 434c811f..68312126 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -8,8 +8,8 @@ Release notes .. _unreleased: -Unreleased ----------- +0.13.1 +------ Breaking changes ~~~~~~~~~~~~~~~~ @@ -17,7 +17,7 @@ Breaking changes instead of properties. This means they must now be called like ``Zstd.default_level()`` instead of ``Zstd.default_level``. This breaking change has been made because Python 3.13 removes support for class properties. - By :user:`David Stansby ` + By :user:`David Stansby `, :issue:`576`. Enhancements ~~~~~~~~~~~~ @@ -25,16 +25,14 @@ Enhancements * Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1 and Zstd to v1.5.6. By :user:`David Stansby `, :issue:`560`. - -Fix -~~~ - +* Added support for Python 3.13 :user:`David Stansby `, :issue:`576`. +* Cleaned up the table of contents in the documentation to list codecs by category + :user:`David Stansby `, :issue:`458`. Maintenance ~~~~~~~~~~~ * Change format() and old string formatting to f-strings. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`439`. - * Remove pin on Sphinx By :user:`Elliott Sales de Andrade `, :issue:`552`.