Skip to content

Commit 2c5b30b

Browse files
committed
Update changelog
1 parent 0c069cb commit 2c5b30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/markdown/about/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- **NEW**: Added `GLOBSTARLONG` which adds support for the Zsh style `***` which acts like `**` with `GLOBSTAR` but
66
but traverses symlinks.
7-
- **NEW**: `pathlib.match` will respect symlinks (when the `REALPATH` flag is given) and hidden file rules (enable
8-
`DOTALL` to match hidden files).
7+
- **NEW**: `pathlib.match` will respect symlink rules (when the `REALPATH` flag is given). Hidden file rules will
8+
be respected at all times. Enable `DOTALL` to match hidden files.
99
- **NEW**: Symlinks should not be traversed when `GLOBSTAR` is enabled unless `FOLLOW` is also enabled, but they
1010
should still be matched. Prior to this change, symlinks were not traversed _and_ they were ignored from matching
1111
which contradicts how Bash works and could be confusing to users.

0 commit comments

Comments
 (0)