From: Mike Bayer Date: Wed, 8 Feb 2012 17:26:54 +0000 (-0500) Subject: changelog X-Git-Tag: rel_0_2_2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712656ec68d1f9562518a09fbb1dcb8d0911152c;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog --- diff --git a/CHANGES b/CHANGES index 27945569..1f30fc0b 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,10 @@ colons. This scheme is the same one used by Pyramid. [#29] +- [feature] added missing support for + onupdate/ondelete flags for + ForeignKeyConstraint, courtesy Giacomo Bagnoli + 0.2.1 ===== - [bug] Fixed the generation of CHECK constraint,