Skip to content

Commit

Permalink
update docs for v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Nov 21, 2013
1 parent 3b8a05b commit be19563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
* Version 1.4
* Add type checking to Ext class initialization.
* Add support for Python 2.6.

* Version 1.2
* Add compatibility mode to support old specification "raw" bytes msgpack
type.

* Version 1.0
* Initial release.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# u-msgpack-python v1.2
# u-msgpack-python v1.4

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.

Expand Down
2 changes: 1 addition & 1 deletion msgpack.org.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# u-msgpack-python v1.2
# u-msgpack-python v1.4

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

Expand Down

0 comments on commit be19563

Please sign in to comment.