[Zope-CVS] CVS: Products/AdaptableStorage - CHANGES.txt:1.8

Shane Hathaway shane@zope.com
Fri, 21 Feb 2003 11:10:11 -0500


Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv5644

Modified Files:
	CHANGES.txt 
Log Message:
 

=== Products/AdaptableStorage/CHANGES.txt 1.7 => 1.8 ===
--- Products/AdaptableStorage/CHANGES.txt:1.7	Mon Feb 10 21:30:07 2003
+++ Products/AdaptableStorage/CHANGES.txt	Fri Feb 21 11:10:10 2003
@@ -3,6 +3,12 @@
 
   - Minor enhancements to filename extension processing.
 
+  - Fixed loading of ZClass instances.
+
+  - Simplified the configuration of object mappers using "base"
+    mappers.  This should make it easier to write new mappers.
+
+
 Version 0.5
 
   - Certain kinds of Zope objects stored on the filesystem now get an
@@ -20,6 +26,7 @@
 
   - Fixed moving of objects between databases (using cut and paste).
 
+
 Version 0.4.2
 
   - Corrected serialization of large OFS.File objects.  OFS.File uses
@@ -37,6 +44,7 @@
   - Fixed object copying.  The object copier assumed it could ghostify
     objects immediately, but it turns out that the pickling machinery
     sometimes needs to revisit objects.
+
 
 Version 0.4.1