add one paragraph

This commit is contained in:
Inada Naoki 2024-05-06 19:29:59 +09:00
parent c475eae748
commit d26ba40e18

View file

@ -13,7 +13,8 @@ Release Date: 2024-05-07
* ``Timestamp.to_datetime()`` and ``Timestamp.from_datetime()`` become
more accurate by avoiding floating point calculations. (#591)
* The Cython code for ``Unpacker`` has been slightly rewritten for maintainability.
* The fallback implementation of ``Packer()`` and ``Unpacker()`` now uses keyword-only
arguments to improve compatibility with the Cython implementation.
1.0.8
=====