Skip to content

Commit

Permalink
Add changelog entry explaining C to Python class change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 4, 2013
1 parent d06b674 commit ed1cc8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changelog

- Add support for `__contains__`.

- Rewrite `Record` class as a new-style pure Python class using `__slots__`
instead of an extension class. Surprisingly this is even more memory
efficient and results in about two thirds of the original memory usage.

- Rewrite tests as unit tests.

2.13.0 (2010-03-30)
Expand Down

0 comments on commit ed1cc8d

Please sign in to comment.