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,24 +8,22 @@ 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~~~~~~~~~~~~
24-
25-
26- Fix
27- ~~~
28-
24+ * Added support for Python 3.13 :user: `David Stansby <dstansby> `, :issue: `576 `.
25+ * Cleaned up the table of contents in the documentation to list codecs by category
26+ :user: `David Stansby <dstansby> `, :issue: `458 `.
2927
3028Maintenance
3129~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments