summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:24:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:24:43 -0400
commit35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7 (patch)
treeb02c2b17d85b762c48ac97cbfb0230d685f86cd1 /CHANGES
parent4ebc3c9cfab406bcd03fb6fad84941dc0df81fdf (diff)
downloadalembic-35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7.tar.gz
- call it 0.4.0
- [feature] The command line runner has been organized into a reusable CommandLine object, so that other front-ends can re-use the argument parsing built in. #70
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f37ef8..84d5c92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
-0.3.7
+0.4.0
=====
+- [feature] The command line runner has been organized
+ into a reusable CommandLine object, so that other
+ front-ends can re-use the argument parsing built
+ in. #70
+
- [bug] Fixed MySQL rendering for server_default which
didn't work if the server_default was a generated
SQL expression. Courtesy Moriyoshi Koizumi.