We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c475eae commit d26ba40Copy full SHA for d26ba40
ChangeLog.rst
@@ -13,7 +13,8 @@ Release Date: 2024-05-07
13
* ``Timestamp.to_datetime()`` and ``Timestamp.from_datetime()`` become
14
more accurate by avoiding floating point calculations. (#591)
15
* The Cython code for ``Unpacker`` has been slightly rewritten for maintainability.
16
-
+* The fallback implementation of ``Packer()`` and ``Unpacker()`` now uses keyword-only
17
+ arguments to improve compatibility with the Cython implementation.
18
19
1.0.8
20
=====
0 commit comments