diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2023-01-18 19:47:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 19:47:15 +0900 |
| commit | 10082295536098d90681da5d7199ca384e8b8ff8 (patch) | |
| tree | 0e7494b6d79ce2b6986f25f7ddbb8b4f44315791 /ChangeLog.rst | |
| parent | b82d0b62f187552b8108602d7b0451ac362a29cc (diff) | |
| download | msgpack-python-1.0.5rc1.tar.gz | |
Release v1.0.5rc1 (#528)v1.0.5rc1
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index a11c814..1b7ae2c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,12 @@ +1.0.5rc1 +======== + +Release Date: 2023-01-18 + +* Use ``__BYTE_ORDER__`` instead of ``__BYTE_ORDER`` for portability. (#513, #514) +* Add Python 3.11 wheels (#517) +* fallback: Fix packing multidimensional memoryview (#527) + 1.0.4 ===== |
