Reorder changelog: features + restructuring first, then bugfixes

parent b50a16dc
......@@ -5,8 +5,13 @@ CHANGES
3.6.1dev (unreleased)
---------------------
- Reimplemented the BTreeContainer so that it directly accesses the btree
methods (removed an old #TODO)
- Removed usage of deprecated LayerField.
- Made C code compatible with Python 2.5 on 64bit architectures.
- Fixed bug: Error thrown during __setitem__ for an ordered container
leaves bad key in order
......@@ -28,11 +33,6 @@ CHANGES
item does not change the size, and the event subscribers should see
the new size instead of the old size.
- Reimplemented the BTreeContainer so that it directly accesses the btree
methods (removed an old #TODO)
- Made C code compatible with Python 2.5 on 64bit architectures.
3.6.0 (2008-05-06)
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment