mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Add Upcoming Release to changelog
This commit is contained in:
parent
978866d983
commit
e6aa8e82f6
1 changed files with 12 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,10 +1,20 @@
|
|||
# v8.7.1
|
||||
# Upcoming release
|
||||
|
||||
- Breaking: `.git/` is now ignored by default when using `--hidden` / `-H`, use `--no-ignore` / `-I` or
|
||||
## Features
|
||||
|
||||
- Breaking: `.git/` is now ignored by default when using `--hidden` / `-H`, use `--no-ignore` / `-I` or
|
||||
`--no-ignore-vcs` to override, see #1387 and #1396 (@skoriop)
|
||||
|
||||
## Bugfixes
|
||||
|
||||
## Changes
|
||||
|
||||
## Other
|
||||
|
||||
# v8.7.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
- `-1` properly conflicts with the exec family of options.
|
||||
- `--max-results` overrides `-1`
|
||||
- `--quiet` properly conflicts with the exec family of options. This used to be the case, but broke during the switch to clap-derive
|
||||
|
|
Loading…
Reference in a new issue