]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added changes information for #2060.
authorMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 16:46:21 +0000 (12:46 -0400)
committerMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 16:46:21 +0000 (12:46 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1a7212f874a2c99ff1b39f7d5e52956235670358..ef0d1953f680a1c02d2105650d327d6368e629c6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,10 @@ CHANGES
     constructor.   The method _constructor should
     be implemented in this case.
 
+- dialect
+  - Changed exception raised to ArgumentError when an
+    invalid dialect is specified. [ticket:2060]
+
 - examples
   - Updated the association, association proxy examples
     to use declarative, added a new example