We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2521a commit 52ffd9fCopy full SHA for 52ffd9f
docs/release.rst
@@ -13,6 +13,22 @@ Release notes
13
14
.. _unreleased:
15
16
+Unreleased
17
+----------
18
+
19
+Breaking changes
20
+~~~~~~~~~~~~~~~~
21
+* All arguments to the ``PCodec`` constructor except for ``level``
22
+ are now keyword only, to support the updated API.
23
+ By :user:`Sam Levang <slevang>`, :issue:`623`
24
25
+Enhancements
26
+~~~~~~~~~~~~
27
+* Add support for ``pcodec`` 0.3. This exposes the new ``delta_spec``
28
+ and ``paging_spec`` arguments, but maintains full backwards
29
+ compatibility for data written with older package versions.
30
31
32
0.14.1
33
------
34
0 commit comments