We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5569a4e commit 52fb85aCopy full SHA for 52fb85a
ChangeLog.rst
@@ -1,3 +1,16 @@
1
+0.5.2
2
+======
3
+
4
+* Add ``raw`` option to Unpacker. It is preferred way than ``encoding`` option.
5
6
+* Packer.pack() reset buffer on exception (#274)
7
8
9
+0.5.1
10
11
12
+* Remove FutureWarning about use_bin_type option (#271)
13
14
0.5.0
15
======
16
msgpack/_version.py
@@ -1 +1 @@
-version = (0, 5, 1)
+version = (0, 5, 2)
0 commit comments