Skip to content

Commit

Permalink
Notify of API change in 0.3.2
Browse files Browse the repository at this point in the history
In 0.3.2, the fix to Issue cpburnz#6 in commit 45829da also changed the API of the spec object to return iterators instead of sets (see cpburnz#6 (comment)). This can break existing code using the library, so should be clearly mentioned
  • Loading branch information
davidfraser committed Aug 7, 2015
1 parent 88d88fa commit 71d5ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 71d5ddc

Please sign in to comment.