Skip to content

Commit 34c6145

Browse files
committed
Note the drop of Python 3.4 support
1 parent 49e7bb1 commit 34c6145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/markdown/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 4.2.0
44

5+
- **NEW**: Drop Python 3.4 support.
56
- **NEW**: Add flags `FORCEWIN` and `FORCEUNIX` to force Windows or Linux/Unix path logic on commands that do not access the file system: `translate`, `fnmatch`, `filter`, `globmatch`, `globfilter`, etc. These flags will not work with `glob`, `iglob` or with the `WcMatch` class. It also will not work when using the `REALPATH` flag with things like `fnmatch`, `filter`, `globmatch`, `globfilter`.
67
- **FIX**: `glob` corner case where the first folder, if defined as a literal name (not a magic pattern), would not be treated properly if `IGNORECASE` was enabled in Linux.
78

0 commit comments

Comments
 (0)