Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
netvl committed Jun 11, 2015
1 parent 0a84ac0 commit 2d4f21b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions notes/0.1.3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Added two new features - serialization objects and object key serialization:

* serialization objects allow one to "specialize" generic `read()`/`write()` pickler
methods for some specific type for convenience and type safety;
* object key serialization makes it possible to serialize maps with arbitrary keys
as backend objects (which currently is possible only for string keys) provided that
there is a special serializer for key type is present in implicit scope. It is also now
possible to disallow the default behavior when maps are serialized as arrays of arrays
and only enable it explicitly for specific key types.

More information can be found in the [readme](https://github.com/netvl/picopickle#readme).

0 comments on commit 2d4f21b

Please sign in to comment.