From d80f37f14a653be3726e1946e4a4dd710662db68 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 22 Sep 2009 21:07:07 -0500 Subject: [PATCH] add changelog entry for last commit --HG-- branch : trunk --- doc/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index 852e555e6..a676daa5a 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,6 +1,8 @@ Changes between 1.0.x and 'trunk' ===================================== +* add the ability to specify a path for py.lookup to search in + * fix a funcarg cached_setup bug probably only occuring in distributed testing and "module" scope with teardown.