File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,33 +8,31 @@ Release notes
88
99.. _unreleased :
1010
11- Unreleased
12- ----------
11+ 0.13.1
12+ ------
1313
1414Breaking 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
2222Enhancements
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
3332Maintenance
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
You can’t perform that action at this time.
0 commit comments