-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
* Version 1.6 | ||
* Version 1.8 - 09/17/2014 | ||
* Add support for unpacking maps with array container keys. Thanks to ralphjzhang for the report and suggestion (https://github.com/vsergeev/u-msgpack-python/issues/10). | ||
|
||
* Version 1.6 - 01/17/2014 | ||
* Fix wide character unicode string serialization. Thanks to cforger for the bug report and fix (https://github.com/vsergeev/u-msgpack-python/issues/8). | ||
* Add module docstrings. | ||
* Add module `version` tuple. | ||
* Add Python standard library style `dumps` and `loads` serialization/deserialization aliases. | ||
* Rename unpack exceptions `KeyNotPrimitiveException` -> `UnhashableKeyException` and `KeyDuplicateException` -> `DuplicateKeyException`. Add aliases for backwards compatibility. | ||
|
||
* Version 1.5 | ||
* Version 1.5 - 12/09/2013 | ||
* Hide internal helper functions from module's exported names. | ||
* Make unit tests more portable among interpreters (CPython, PyPy). | ||
* Update documentation for PyPy support. | ||
|
||
* Version 1.4 | ||
* Version 1.4 - 11/21/2013 | ||
* Add type checking to Ext class initialization. | ||
* Add support for Python 2.6. | ||
|
||
* Version 1.2 | ||
* Version 1.2 - 10/19/2013 | ||
* Add compatibility mode to support old specification "raw" bytes msgpack type. | ||
|
||
* Version 1.0 | ||
* Version 1.0 - 09/29/2013 | ||
* Initial release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters