Skip to content

Commit 3652eb1

Browse files
authored
Add release notes for 0.13.1 (#592)
1 parent 3b86d9c commit 3652eb1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/release.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,31 @@ Release notes
88
99
.. _unreleased:
1010

11-
Unreleased
12-
----------
11+
0.13.1
12+
------
1313

1414
Breaking changes
1515
~~~~~~~~~~~~~~~~
1616
* `Zstd.default_level`, `Zstd.min_level`, and `Zstd.max_level` are now class methods
1717
instead of properties. This means they must now be called like ``Zstd.default_level()``
1818
instead of ``Zstd.default_level``. This breaking change has been made because Python 3.13
1919
removes support for class properties.
20-
By :user:`David Stansby <dstansby>`
20+
By :user:`David Stansby <dstansby>`, :issue:`576`.
2121

2222
Enhancements
2323
~~~~~~~~~~~~
2424

2525
* Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1
2626
and Zstd to v1.5.6.
2727
By :user:`David Stansby <dstansby>`, :issue:`560`.
28-
29-
Fix
30-
~~~
31-
28+
* Added support for Python 3.13 :user:`David Stansby <dstansby>`, :issue:`576`.
29+
* Cleaned up the table of contents in the documentation to list codecs by category
30+
:user:`David Stansby <dstansby>`, :issue:`458`.
3231

3332
Maintenance
3433
~~~~~~~~~~~
3534
* Change format() and old string formatting to f-strings.
3635
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`439`.
37-
3836
* Remove pin on Sphinx
3937
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`552`.
4038

0 commit comments

Comments
 (0)