Skip to content

Commit 58d8eff

Browse files
committed
Copy note on OutOfData from pypi to ChangeLog
1 parent d2feb13 commit 58d8eff

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 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)