summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-20 16:10:01 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-20 16:10:01 -0500
commit9fdcfb6de4d59709085f27e5e37e82dc0d478b41 (patch)
treea6534a2e2c44014e7808c773b7f7ff8389b0a533 /CHANGES
parent192d86c69d97286b2284fae39c74c1752077f798 (diff)
downloadalembic-9fdcfb6de4d59709085f27e5e37e82dc0d478b41.tar.gz
- [bug] Fix autogenerate so that "pass" is
generated between the two comments if no net migrations were present.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index ff9f4df..68789a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,17 @@
0.1.1
=====
-- Clean up file write operations so that
+- [bug] Clean up file write operations so that
file handles are closed.
-- PyPy is supported.
+- [feature] PyPy is supported.
-- Python 2.5 is supported, needs
+- [feature] Python 2.5 is supported, needs
__future__.with_statement
+- [bug] Fix autogenerate so that "pass" is
+ generated between the two comments
+ if no net migrations were present.
+
0.1.0
=====
- Initial release. Status of features: