summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.org>2011-03-14 12:46:21 -0400
committerMichael Trier <mtrier@gmail.org>2011-03-14 12:46:21 -0400
commit62c545108d97ebe98731204b1de90e9abe2025b7 (patch)
tree346bcc533cb7fde96280311d25933cf24383a18c
parent2d71ec27660db496342d0f3fab456c5ebd1a2777 (diff)
downloadsqlalchemy-62c545108d97ebe98731204b1de90e9abe2025b7.tar.gz
Added changes information for #2060.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1a7212f87..ef0d1953f 100644
--- 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