summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-02-08 12:51:27 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-02-08 12:51:27 -0500
commit233fbe2c5f270ee54262cbd3040316e89af2959c (patch)
tree8e5b0f1a2bbe73ac9439a83847836bac19214524
parent2e596283658085d1b6b2b0d601f129fc918d3bb7 (diff)
downloadalembic-233fbe2c5f270ee54262cbd3040316e89af2959c.tar.gz
changelog
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1f30fc0..5fbd3bc 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,