]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2006 06:35:46 +0000 (06:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2006 06:35:46 +0000 (06:35 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c85ad7820f3b7a92b7d504f0e2fb9f65bb7d04cd..6f1a2072ff845750231ff1c2f20943e1d6d8984f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,9 +9,11 @@ are the "physical" subclasses of TableClause/ColumnClause.
 involved in the mapper inheritance scheme
 - made objectstore "check for out-of-identitymap" more aggressive, will perform the
 check when object attributes are modified or the object is deleted
+
 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.
+
 0.1.1
 - small fix to Function class so that expressions with a func.foo() use the type of the
 Function object (i.e. the left side) as the type of the boolean expression, not the