]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for [ticket:2059]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Feb 2011 01:02:48 +0000 (20:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Feb 2011 01:02:48 +0000 (20:02 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9e026e0e99d4d9845480a3768391a19ce874b274..718677afc706efa922ca7a3f5e8e468f08e10f18 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,13 @@ CHANGES
     not overridden. [ticket:2052]
 
 - sql
+  - Renamed the EngineEvents event class to 
+    ConnectionEvents.  As these classes are never
+    accessed directly by end-user code, this strictly
+    is a documentation change for end users.  Also
+    simplified how events get linked to engines
+    and connections internally. [ticket:2059]
+
   - The Sequence() construct, when passed a MetaData() 
     object via its 'metadata' argument, will be 
     included in CREATE/DROP statements within