From d26ba40e181c47625af638b0ee120e07a1c629cf Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Mon, 6 May 2024 19:29:59 +0900 Subject: [PATCH] add one paragraph --- ChangeLog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 473ad0ab..9b16e41f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 =====