[Checkins] SVN: z3c.saconfig/trunk/CHANGES.txt Update changelog with some missing entries.

Martijn Faassen faassen at startifact.com
Mon Jan 18 14:47:44 EST 2010


Log message for revision 108214:
  Update changelog with some missing entries.
  

Changed:
  U   z3c.saconfig/trunk/CHANGES.txt

-=-
Modified: z3c.saconfig/trunk/CHANGES.txt
===================================================================
--- z3c.saconfig/trunk/CHANGES.txt	2010-01-18 18:38:30 UTC (rev 108213)
+++ z3c.saconfig/trunk/CHANGES.txt	2010-01-18 19:47:44 UTC (rev 108214)
@@ -1,7 +1,7 @@
 z3c.saconfig
 ************
 
-0.9.2 (unreleased)
+0.10 (unreleased)
 ==================
 
 - Support current ZTK code
@@ -9,7 +9,14 @@
 - engine.echo must default to None for SQLAlchemy to honor
   logging.getLogger("sqlalchemy.engine").setLevel(...)
 
+- Do not enable convert_unicode by default. This option changes
+  standard SQLAlchemy behaviour by making String type columns return
+  unicode data.  This can be especially painful in Zope2 environments
+  where unicode is not always accepted.
 
+- Add a convert_unicode option to the zcml engine statement, allowing
+  people who need convert_unicode to enable it.
+
 0.9.1 (2009-08-14)
 ==================
 



More information about the checkins mailing list