summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-09-21 14:15:30 +0900
committerINADA Naoki <inada-n@klab.com>2012-09-21 14:15:30 +0900
commit51335bbee4502ac3af81363a10ef6718439377d1 (patch)
tree175fb5ef98ca964a293a300067baa26bb3f3bf98 /ChangeLog.rst
parent397d772e110ad7000e0952d41c74d8efd322f01f (diff)
downloadmsgpack-python-51335bbee4502ac3af81363a10ef6718439377d1.tar.gz
packb supports use_single_float option.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 67eac68..4fd5cbc 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,11 @@
0.2.2
=======
-:release date: NOT RELEASED YET
+:release date: 2012-09-21
+
+Changes
+-------
+* Add ``use_single_float`` option to ``Packer``. When it is true, packs float
+ object in single precision format.
Bugs fixed
-----------
@@ -8,6 +13,8 @@ Bugs fixed
``unpack()`` doesn't control gc now instead of restoring gc state collectly.
User can control gc state when gc cause performance issue.
+* ``Unpacker``'s ``read_size`` option didn't used.
+
0.2.1
=======
:release date: 2012-08-20