]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
also in 0.7.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jun 2012 20:31:10 +0000 (16:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jun 2012 20:31:10 +0000 (16:31 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7fe38e4f23e8c8d0e9ba659581225777882daa85..3a0ce4d2c5cf40eee616077d6c745a3cdb58055c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -195,7 +195,7 @@ CHANGES
     pure Python tuples for result rows would
     fail to decrement refcounts correctly.
     The most prominently affected DBAPI
-    is pyodbc.  [ticket:2489]
+    is pyodbc.  Also in 0.7.8.  [ticket:2489]
 
   - [feature] Added a new system
     for registration of new dialects in-process