summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-10-05 20:17:43 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-10-05 20:17:43 +0000
commit9f2e94fc2c5f262c9339f1040b9bb208a45dc401 (patch)
tree1cca13aa18dfe2e4613e34287722a8724695b35b
parent14390939bdd06ad48efe226575e7b9d38b12c08e (diff)
downloadsqlalchemy-9f2e94fc2c5f262c9339f1040b9bb208a45dc401.tar.gz
changelog re [ticket:1561]
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 372496f0a..12f643e87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -407,6 +407,12 @@ CHANGES
various unserializable options like those generated
by contains_eager() out of individual instance states.
[ticket:1553]
+
+- mssql
+ - Changed the name of TrustedConnection to
+ Trusted_Connection when constructing pyodbc connect
+ arguments [ticket:1561]
+
0.5.6
=====