Merge pull request #53 from jnothman/patch-1

Copy note on OutOfData from pypi to ChangeLog
This commit is contained in:
INADA Naoki 2013-02-27 00:15:51 -08:00
commit 944b41e826

View file

@ -7,6 +7,8 @@ Inconpatible Changes
* Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x) * 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. 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 Changes
------- -------