8000 Update ChangeLog · lbolla/msgpack-python@5c05226 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c05226

Browse files
committed
Update ChangeLog
1 parent 63e23d3 commit 5c05226

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ChangeLog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.5.0
2+
=====
3+
:release date: TBD
4+
5+
0.5 is important step toward 1.0. There are some deprecations.
6+
Please read changes carefully.
7+
8+
Changes
9+
-------
10+
11+
* Drop Python 2.6 and 3.2 support
12+
13+
* Deprecate useless custom exceptions. Use ValueError instead of PackValueError,
14+
Exception instead of PackException and UnpackException, etc...
15+
See msgpack/exceptions.py
16+
17+
* Add `strict_types` option to packer. It can be used to serialize subclass of
18+
builtin types. For example, when packing object which type is subclass of dict,
19+
`default()` is called.
20+
21+
* Pure Python implementation supports packing memoryview object.
22+
23+
Bugs fixed
24+
----------
25+
26+
127
0.4.7
228
=====
329
:release date: 2016-01-25

0 commit comments

Comments
 (0)
0