From: Mike Bayer Date: Wed, 8 Feb 2012 17:51:27 +0000 (-0500) Subject: changelog X-Git-Tag: rel_0_2_2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233fbe2c5f270ee54262cbd3040316e89af2959c;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog --- diff --git a/CHANGES b/CHANGES index 1f30fc0b..5fbd3bcc 100644 --- a/CHANGES +++ b/CHANGES @@ -12,7 +12,14 @@ - [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,