From: Mike Bayer Date: Fri, 18 Feb 2011 01:02:48 +0000 (-0500) Subject: - changelog for [ticket:2059] X-Git-Tag: rel_0_7b2~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b22358fab6a178a4183769338beed32c69ea5be;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for [ticket:2059] --- diff --git a/CHANGES b/CHANGES index 9e026e0e99..718677afc7 100644 --- 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