summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-31 05:47:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-10-31 05:47:37 -0400
commit64559a06b39f6f13380edc1efb001216e187a6e6 (patch)
tree8a807d1feae26da8977e16107ef8f214ee7e5669 /CHANGES.rst
parent1291388bfe5e9639ebb05dce0b76e45a0b2e623a (diff)
downloadpython-coveragepy-git-64559a06b39f6f13380edc1efb001216e187a6e6.tar.gz
docs: prep for 6.6.0b16.6.0b1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ea5e0acf..ffac98d4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,12 +17,18 @@ development at the same time, such as 4.5.x and 5.0.
.. Version 9.8.1 — 2027-07-27
.. --------------------------
-Unreleased
-----------
+.. _changes_6-6-0b1:
-- Fixes to file pattern matching, fixing `issue 1407`_. Previously, `*` would
- incorrectly match directory separators, making precise matching difficult.
- This is now fixed.
+Version 6.6.0b1 — 2022-10-31
+----------------------------
+
+- Changes to file pattern matching, which might require updating your
+ configuration:
+
+ - Previously, ``*`` would incorrectly match directory separators, making
+ precise matching difficult. This is now fixed, closing `issue 1407`_.
+
+ - Now ``**`` matches any number of nested directories, including none.
- Improvements to combining data files when using the
:ref:`config_run_relative_files` setting: