Skip to content

Commit 9905e59

Browse files
committed
Updated ** replacement suggestion
1 parent 9587a98 commit 9905e59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/migrations.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ Migrating between versions
1212

1313
.. _migrating_6x_7x:
1414

15-
Migrating 6.x.x — 7.x.x
15+
Migrating 6.5.x — 7.0.x
1616
--------------------------
1717
- The way that wildcards when specifing file paths work in certain caseshas changed in 7.x:
1818

1919
- Previously, ``*`` would incorrectly match directory separators, making
2020
precise matching difficult. This requires ``[paths]`` such as ``*tests/*``
2121
to be changed to ``*/tests/*``.
2222

23+
- ``**`` now matches any number of nested directories. If you wish to retain the behavior of
24+
``**/tests/*`` in previous versions then ``*/**/tests/*`` can be used instead.
25+
2326
- When remapping file paths with ``[paths]``, a path will be remapped only if
2427
the resulting path exists. Ensure that remapped ``[paths]`` exist when upgrading
2528
as this is now being enforced.

0 commit comments

Comments
 (0)