[Checkins] SVN: z3c.zalchemy/branches/ctheune-automatic-session/CHANGES.txt Update changelog to document what I've been doing.

Christian Theune ct at gocept.com
Thu Jun 28 01:31:11 EDT 2007


Log message for revision 77163:
  Update changelog to document what I've been doing.
  

Changed:
  U   z3c.zalchemy/branches/ctheune-automatic-session/CHANGES.txt

-=-
Modified: z3c.zalchemy/branches/ctheune-automatic-session/CHANGES.txt
===================================================================
--- z3c.zalchemy/branches/ctheune-automatic-session/CHANGES.txt	2007-06-28 05:29:18 UTC (rev 77162)
+++ z3c.zalchemy/branches/ctheune-automatic-session/CHANGES.txt	2007-06-28 05:31:10 UTC (rev 77163)
@@ -5,6 +5,10 @@
 0.2 - unreleased
 ================
 
+  - Provide a tighter integration with Zope's transaction mechanism. Sessions
+    are now automatically associated with new objects. We rely on SQLAlchemy's
+    SessionContext object which hands out a session for each thread. Your code
+    rarely should never have to call `session.save(object)` now.
 
 0.1.1 - 2007-06-27
 ==================



More information about the Checkins mailing list