Skip to content

Commit b92763b

Browse files
committed
Update changelog, ref #890
1 parent 980c2c5 commit b92763b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
In development
2+
--------------
3+
4+
* #890: Revert #849. ``global-exclude .foo`` will not match all
5+
``*.foo`` files any more. Package authors must add an explicit
6+
wildcard, such as ``global-exclude *.foo``, to match all
7+
``.foo`` files. See #886, #849.
8+
19
v31.0.1
210
-------
311

@@ -132,7 +140,11 @@ v28.5.0
132140

133141
* #810: Tests are now invoked with tox and not setup.py test.
134142
* #249 and #450 via #764: Avoid scanning the whole tree
135-
when building the manifest.
143+
when building the manifest. Also fixes a long-standing bug
144+
where patterns in ``MANIFEST.in`` had implicit wildcard
145+
matching. This caused ``global-exclude .foo`` to exclude
146+
all ``*.foo`` files, but also ``global-exclude bar.py`` to
147+
exclude ``foo_bar.py``.
136148

137149
v28.4.0
138150
-------

0 commit comments

Comments
 (0)