Skip to content

Commit be19563

Browse files
committed
update docs for v1.4
1 parent 3b8a05b commit be19563

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
* Version 1.4
2+
* Add type checking to Ext class initialization.
3+
* Add support for Python 2.6.
4+
15
* Version 1.2
26
* Add compatibility mode to support old specification "raw" bytes msgpack
37
type.
48

59
* Version 1.0
610
* Initial release.
11+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# u-msgpack-python v1.2
1+
# u-msgpack-python v1.4
22

33
u-msgpack-python is a lightweight [MessagePack](https://github.com/msgpack/msgpack) serializer and deserializer module, compatible with both Python 2 and Python 3. u-msgpack-python is fully compliant with the latest [MessagePack specification](https://github.com/msgpack/msgpack/blob/master/spec.md), as of September 29, 2013. In particular, it supports the new binary, UTF-8 string, and application ext types.
44

msgpack.org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# u-msgpack-python v1.2
1+
# u-msgpack-python v1.4
22

33
u-msgpack-python is a lightweight [MessagePack](http://msgpack.org/) serializer and deserializer module, compatible with both Python 2 and Python 3. u-msgpack-python is fully compliant with the latest [MessagePack specification](https://github.com/msgpack/msgpack/blob/master/spec.md).
44

0 commit comments

Comments
 (0)