From b59055ef9b8691ec2d6e081f214dfaffe4b88cb0 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Wed, 21 Dec 2016 07:54:51 +0100 Subject: [PATCH] Add changelog section for 1.4.33 and note about the fnmatch change --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fb68f26d..2adad320 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.4.33 +==================================================================== + +- avoid imports in calls to py.path.local().fnmatch(). Thanks Andreas Pelme for + the PR. 1.4.32 ====================================================================