Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Mar 5, 2013
1 parent cf8c24d commit cf22c78
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
CHANGES
=======

0.1.1 (unreleased)
0.2 (unreleased)
------------------

- Add support for Python 3.2:
- Added ``bytes_as_strings`` option to ``Pickler``, ``dump``, and ``dumps``.

- Incomplete support for Python 3.2:

- Move ``_pickle.c`` -> ``_pickle_33.c``.

Expand All @@ -15,6 +17,10 @@ CHANGES

- Disable some tests of 3.3-only features.

- Missing: implementation of ``noload()`` in ``_pickle_32.c``.

- Missing: implementation of ``bytes_as_strings=True`` in ``_pickle_32.c``.


0.1.0 (2013-02-27)
------------------
Expand Down

0 comments on commit cf22c78

Please sign in to comment.