summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-05-20 09:51:28 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-05-20 09:51:28 -0400
commitbb160dbf30440144d002810ebd5c5520e37562d7 (patch)
treeb3afb50ae21ab352621923e5eb38c018f004d53c /CHANGES
parent7bdc7e43325612739d049202cf24e5a0e5be5724 (diff)
downloadalembic-bb160dbf30440144d002810ebd5c5520e37562d7.tar.gz
- [bug] Fixed bug whereby directories inside of
the template directories, such as __pycache__ on Pypy, would mistakenly be interpreted as files which are part of the template. #49
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 093c5f6..e075dcf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,11 @@
"alembic downgrade -1". Courtesy
Atsushi Odagiri for this feature.
+- [bug] Fixed bug whereby directories inside of
+ the template directories, such as __pycache__
+ on Pypy, would mistakenly be interpreted as
+ files which are part of the template. #49
+
0.3.2
=====
- [feature] Basic support for Oracle added,