Add Upcoming Release to changelog

This commit is contained in:
Thayne McCombs 2023-10-20 22:40:22 -06:00 committed by David Peter
parent 978866d983
commit e6aa8e82f6
1 changed files with 12 additions and 2 deletions

View File

@ -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