]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Mar 2006 02:11:51 +0000 (02:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Mar 2006 02:11:51 +0000 (02:11 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e7ddaa92ccd274f97671eeefc3ce42f6e38e9a17..75e88c193cf51c742407ed31730c222df1ba82d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@ to a module-scoped "default engine" which is a ProxyEngine.  this engine can
 be connected via the function "global_connect".
 - added "refresh(*obj)" method to objectstore / Session to reload the attributes of
 any set of objects from the database unconditionally
+
 0.1.2
 - fixed a recursive call in schema that was somehow running 994 times then returning
 normally.  broke nothing, slowed down everything.  thanks to jpellerin for finding this.