Skip to content

Commit e5b4849

Browse files
committed
README: added a note about the new behaviour with bytes arrays
1 parent 6d0b976 commit e5b4849

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ The *object creator* is called before the deserialization.
4444
This allows to store the reference of the converted object before deserializing
4545
it, and avoids a mismatch between the referenced object and the transformed one.
4646

47+
48+
Compatibility Warning: bytes arrays
49+
-----------------------------------
50+
51+
As of version 0.2.3, bytes arrays are loaded as a ``bytes`` object instead of
52+
an array of integers.
53+
54+
4755
Features
4856
========
4957

0 commit comments

Comments
 (0)