[Checkins] SVN: zope.app.container/trunk/CHANGES.txt Reorder changelog: features + restructuring first, then bugfixes

Philipp von Weitershausen philikon at philikon.de
Wed Oct 15 11:44:00 EDT 2008


Log message for revision 92225:
  Reorder changelog: features + restructuring first, then bugfixes
  

Changed:
  U   zope.app.container/trunk/CHANGES.txt

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2008-10-15 15:41:04 UTC (rev 92224)
+++ zope.app.container/trunk/CHANGES.txt	2008-10-15 15:43:59 UTC (rev 92225)
@@ -5,8 +5,13 @@
 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 @@
   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)
 ------------------
 



More information about the Checkins mailing list