relnotes/next
changeset 42341 27d6956d386b
parent 42334 bcb1a2b6cd00
child 42343 d8e55c0c642c
equal deleted inserted replaced
42340:7ada598941d2 42341:27d6956d386b
    27 
    27 
    28 
    28 
    29 == Internal API Changes ==
    29 == Internal API Changes ==
    30 
    30 
    31  * Matchers are no longer iterable. Use `match.files()` instead.
    31  * Matchers are no longer iterable. Use `match.files()` instead.
       
    32 
       
    33  * `match.visitdir()` and `match.visitchildrenset()` now expect the
       
    34    empty string instead of '.' to indicate the root directory.