diff options
author | INADA Naoki <songofacandy@gmail.com> | 2013-02-27 00:15:51 -0800 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2013-02-27 00:15:51 -0800 |
commit | 944b41e82609a0b6a711870f8045d79d401e7bbf (patch) | |
tree | 14d4b4088b354e50fd8a4d529ac75aaaa6cf13de | |
parent | d2feb1362946c87609e3753a058ddbd0958ee0bd (diff) | |
parent | 58d8effc357ae06b68dec9f434c8039a6ddad0d3 (diff) | |
download | msgpack-python-944b41e82609a0b6a711870f8045d79d401e7bbf.tar.gz |
Merge pull request #53 from jnothman/patch-1
Copy note on OutOfData from pypi to ChangeLog
-rw-r--r-- | ChangeLog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index fdbb3ea..fe64ff8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 ------- |