]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 17:26:54 +0000 (12:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 17:26:54 +0000 (12:26 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 27945569b175fe566c17644c08ffeeda5d3e4fb8..1f30fc0bf43426e0a77764309cf01aaee7a0ec5d 100644 (file)
--- 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,