diff options
| author | Joel Nothman <joel.nothman@gmail.com> | 2012-09-22 22:58:46 +1000 |
|---|---|---|
| committer | Joel Nothman <joel.nothman@gmail.com> | 2012-09-22 22:58:46 +1000 |
| commit | 032df6f2d940ee443e7d5ac7e484e4716b124a4e (patch) | |
| tree | 5bf329af15c605747e5775b0b16805d72cb8cccb /ChangeLog.rst | |
| parent | 28058fb53d21097947d190bcc47e3609a6794e7a (diff) | |
| parent | 5b66edaa156c43793b6f68013a738f545885b8d6 (diff) | |
| download | msgpack-python-032df6f2d940ee443e7d5ac7e484e4716b124a4e.tar.gz | |
Merge remote-tracking branch 'origin/master' into skip
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 9 |
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 |
