SVN: ZODB/trunk/3.11.txt *** empty log message ***

Jim Fulton <[email protected]> Fri, 9 Dec 2011 09:46:56 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 123650:
  *** empty log message ***

Changed:
  U   ZODB/trunk/3.11.txt

-=-
Modified: ZODB/trunk/3.11.txt
===================================================================
--- ZODB/trunk/3.11.txt	2011-12-09 13:05:28 UTC (rev 123649)
+++ ZODB/trunk/3.11.txt	2011-12-09 14:46:56 UTC (rev 123650)
@@ -4,8 +4,6 @@
 
 - ZEO support for loading blobs via HTTP.
 
-- Allow ZEO ports to be given as strings
-
 - ZEO cache fix for loadBefore.
 
 - invalidation events.
@@ -22,3 +20,7 @@
   - Compare on persistent references.
 
 - Python BTrees and persistence.
+
+- JSONic read-only mode where you can read most objects for which you
+  don't have classes as long at they have the default getstate.
+  This might be as simple as using a variation of broken objects.