summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Dairiki <dairiki@dairiki.org>2012-05-03 13:40:43 -0700
committerJeff Dairiki <dairiki@dairiki.org>2012-05-03 13:40:43 -0700
commit6ed983fc075450d874557e81feb0237d7a28a222 (patch)
treeb7e01d8e9d104f86b0fd154b3b66e4a7bdd6abc7 /CHANGES
parent494ac8d84a4e827fcf7dc117b84ba76f442d60a2 (diff)
downloadalembic-6ed983fc075450d874557e81feb0237d7a28a222.tar.gz
Make version table name configurable.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a20a5e..e49a77f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
MySQL needs the constraint type
in order to emit a DROP CONSTRAINT. #44
+- [feature] Added version_table argument to
+ EnvironmentContext.configure(), allowing for the
+ configuration of the version table name. #34
+
0.3.2
=====
- [feature] Basic support for Oracle added,