From bb160dbf30440144d002810ebd5c5520e37562d7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 20 May 2012 09:51:28 -0400 Subject: - [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 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') 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, -- cgit v1.2.1