summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-05-16 12:16:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-05-16 12:16:34 -0400
commit7bdc7e43325612739d049202cf24e5a0e5be5724 (patch)
treec6b37fea2a363eee28ac4a4d612cdae42f56be3f /CHANGES
parent6ed983fc075450d874557e81feb0237d7a28a222 (diff)
downloadalembic-7bdc7e43325612739d049202cf24e5a0e5be5724.tar.gz
- [feature] Added support for "relative" migration
identifiers, i.e. "alembic upgrade +2", "alembic downgrade -1". Courtesy Atsushi Odagiri for this feature.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e49a77f..093c5f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@
EnvironmentContext.configure(), allowing for the
configuration of the version table name. #34
+- [feature] Added support for "relative" migration
+ identifiers, i.e. "alembic upgrade +2",
+ "alembic downgrade -1". Courtesy
+ Atsushi Odagiri for this feature.
+
0.3.2
=====
- [feature] Basic support for Oracle added,