From 71d5ddccc1fe0e7ffb3088f1f8ffbf5c4bbe3d4c Mon Sep 17 00:00:00 2001 From: David Fraser Date: Fri, 7 Aug 2015 12:34:35 +0200 Subject: [PATCH] Notify of API change in 0.3.2 In 0.3.2, the fix to Issue #6 in commit 45829da837d7447725e2a4b08d756b53cffd2fb8 also changed the API of the spec object to return iterators instead of sets (see https://github.com/cpburnz/python-path-specification/issues/6#issuecomment-62147166). This can break existing code using the library, so should be clearly mentioned --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5f21704..61ed84b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,6 +22,7 @@ Change History - Improved documentation. - Issue #6: Fixed matching Windows paths. +- API change: `spec.match_tree` and `spec.match_files` now return iterators instead of sets 0.3.1 (2014-09-17)