8000 Merge pull request #53 from jnothman/patch-1 · peter80/msgpack-python@944b41e · GitHub
[go: up one dir, main page]

Skip to content

Commit 944b41e

Browse files
committed
Merge pull request msgpack#53 from jnothman/patch-1
Copy note on OutOfData from pypi to ChangeLog
2 parents d2feb13 + 58d8eff commit 944b41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChangeLog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Inconpatible Changes
77

88
* Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x)
99
You should pass it explicitly for compatibility to 0.2.x.
10+
* `Unpacker.unpack()` and 4D45 some unpack methods now raise `OutOfData` instead of
11+
`StopIteration`. `StopIteration` is used for iterator protocol only.
1012

1113
Changes
1214
-------

0 commit comments

Comments
 (0)
0