summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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,