Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 67b80f8

Browse files
committed
python: Update ChangeLog.
1 parent 9d04822 commit 67b80f8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ChangeLog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
0.1.8
2+
======
3+
:release date: NOT YET RELEASED
4+
5+
New feature
6+
------------
7+
* Support ``loads`` and ``dumps`` aliases for API compatibility with
8+
simplejson and pickle.
9+
10+
* Add *object_hook* and *list_hook* option to unpacker. It allows you to
11+
hook unpacing mapping type and array type.
12+
13+
* Add *default* option to packer. It allows you to pack unsupported types.
14+
15+
* unpacker accepts (old) buffer types.
16+
17+
Bugs fixed
18+
----------
19+
20+
121
0.1.7
222
======
323
:release date: 2010-11-02

0 commit comments

Comments
 (0)