mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Copy note on OutOfData from pypi to ChangeLog
This commit is contained in:
parent
d2feb13629
commit
58d8effc35
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ Inconpatible Changes
|
|||
|
||||
* Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x)
|
||||
You should pass it explicitly for compatibility to 0.2.x.
|
||||
* `Unpacker.unpack()` and some unpack methods now raise `OutOfData` instead of
|
||||
`StopIteration`. `StopIteration` is used for iterator protocol only.
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue