changeset 42341 | 27d6956d386b |
parent 42334 | bcb1a2b6cd00 |
child 42343 | d8e55c0c642c |
--- a/relnotes/next Wed Apr 24 09:32:29 2019 -0700 +++ b/relnotes/next Mon May 15 00:12:19 2017 -0700 @@ -29,3 +29,6 @@ == Internal API Changes == * Matchers are no longer iterable. Use `match.files()` instead. + + * `match.visitdir()` and `match.visitchildrenset()` now expect the + empty string instead of '.' to indicate the root directory.