summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-06-02 14:42:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-06-02 14:42:09 -0400
commitd4094ff7a76cd4438b15242c7c883333235fc0c7 (patch)
treec525786539ff6fdedce66aad1c5eff05e768bf72 /CHANGES
parentbb160dbf30440144d002810ebd5c5520e37562d7 (diff)
downloadalembic-d4094ff7a76cd4438b15242c7c883333235fc0c7.tar.gz
- [feature] New config argumentrel_0_3_3
"revision_environment=true", causes env.py to be run unconditionally when the "revision" command is run, to support script.py.mako templates with dependencies on custom "template_args". - [feature] Added "template_args" option to configure() so that an env.py can add additional arguments to the template context when running the "revision" command. This requires either --autogenerate or the configuration directive "revision_environment=true".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e075dcf..8e79cb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,17 @@
0.3.3
=====
+- [feature] New config argument
+ "revision_environment=true", causes env.py to
+ be run unconditionally when the "revision" command
+ is run, to support script.py.mako templates with
+ dependencies on custom "template_args".
+
+- [feature] Added "template_args" option to configure()
+ so that an env.py can add additional arguments
+ to the template context when running the
+ "revision" command. This requires either --autogenerate
+ or the configuration directive "revision_environment=true".
+
- [bug] Added "type" argument to op.drop_constraint(),
and implemented full constraint drop support for
MySQL. CHECK and undefined raise an error.