Skip to content

Commit

Permalink
Push-down ordering, ReST fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 8, 2015
1 parent d6249bb commit ffb40fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
4.0.9 (unreleased)
------------------

- Intern keys of object state in `__setstate__` to reduce memory usage
- Make the C and Python ``TimeStamp`` objects behave more alike. The
Python version now produces the same ``repr`` and ``.raw()`` output as
the C version, and has the same hashcode. In addition, the Python
version is now supports ordering and equality like the C version.

- Intern keys of object state in ``__setstate__`` to reduce memory usage
when unpickling multiple objects with the same attributes.

- Add support for PyPy3.

- 100% branch coverage.

- Make the C and Python `TimeStamp` objects behave more alike. The
Python version now produces the same `repr` and `.raw()` output as
the C version, and has the same hashcode. In addition, the Python
version is now supports ordering and equality like the C version.

4.0.8 (2014-03-20)
------------------

Expand Down

0 comments on commit ffb40fc

Please sign in to comment.