8000 Release v1.1.0rc1 by methane · Pull Request #609 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

Release v1.1.0rc1 #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add one paragraph
  • Loading branch information
methane committed May 6, 2024
commit d26ba40e181c47625af638b0ee120e07a1c629cf
3 changes: 2 additions & 1 deletion ChangeLog.rst
699A
Original file line number Diff line numberDiff line change
Expand Up @@ -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
=====
Expand Down
Loading
0