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

diff --git a/CHANGES b/CHANGES
index 1f30fc0bf43426e0a77764309cf01aaee7a0ec5d..5fbd3bcc8ec677bbd6f29c295025b4ca0e489b14 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 - [feature] added missing support for 
   onupdate/ondelete flags for 
   ForeignKeyConstraint, courtesy Giacomo Bagnoli
+
+- [bug] fixed a regression regarding an autogenerate
+  error message, as well as various glitches
+  in the Pylons sample template.  The Pylons sample
+  template requires that you tell it where to 
+  get the Engine from now.  courtesy 
+  Marcin Kuzminski [#30]
+
 0.2.1
 =====
 - [bug] Fixed the generation of CHECK constraint,