Skip to content

Commit

Permalink
Add backwards-compatible decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Theelx authored Nov 5, 2024
1 parent 054f57f commit 3aab206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Upcoming
* The pickler no longer produces ``py/repr`` tags when pickling modules.
``py/mod`` is used instead, as it is clearer and uses one less byte. (+514)

v3.4.1
======
* Support decoding pandas dataframes encoded with versions 3.3.0 and older. (+536)

v3.4.0
======
* Officially support Python 3.12 in the GitHub Actions testing matrix, and update
Expand Down

0 comments on commit 3aab206

Please sign in to comment.