We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2feb13 + 58d8eff commit 944b41eCopy full SHA for 944b41e
ChangeLog.rst
@@ -7,6 +7,8 @@ Inconpatible Changes
7
8
* Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x)
9
You should pass it explicitly for compatibility to 0.2.x.
10
+* `Unpacker.unpack()` and some unpack methods now raise `OutOfData` instead of
11
+ `StopIteration`. `StopIteration` is used for iterator protocol only.
12
13
Changes
14
-------
0 commit comments