summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 06:29:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 06:29:26 -0400
commit8a282878eb15b5d56c63e056d63f67057c07414c (patch)
tree50af74e21ed45cb009f7b1c54678a2eb0a1fac38 /CHANGES
parente78e12418f8b251edfcbb864544d89ab226a8294 (diff)
downloadalembic-8a282878eb15b5d56c63e056d63f67057c07414c.tar.gz
- [feature] Added --sql argument to the "revision" command,
for the use case where the "revision_environment" config option is being used but SQL access isn't desired.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1656c19..7f2220a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,16 @@
0.3.6
=====
-- Added year, month, day, hour, minute, second
+- [feature] Added year, month, day, hour, minute, second
variables to file_template. #59
-- Added 'primary' to the list of constraint types
+- [feature] Added 'primary' to the list of constraint types
recognized for MySQL drop_constraint().
+- [feature] Added --sql argument to the "revision" command,
+ for the use case where the "revision_environment"
+ config option is being used but SQL access isn't
+ desired.
+
0.3.5
=====
- [bug] Fixed issue whereby reflected server defaults