diff --git a/changelog.d/fixed/glob.md b/changelog.d/fixed/glob.md new file mode 100644 index 000000000..dac4d9525 --- /dev/null +++ b/changelog.d/fixed/glob.md @@ -0,0 +1,2 @@ +- Fixed the globbing of a single asterisk succeeded by a slash (e.g. + `directory-*/foo.py`). The glob previously did nothing. (#1078)