Skip to content

Commit

Permalink
Add Upcoming Release to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Oct 21, 2023
1 parent 3ed4ea7 commit a0703f5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# v8.7.1
# Upcoming release

## Features

- Breaking: `.git/` is now ignored by default when using `--hidden` / `-H`, use `--no-ignore` / `-I` or
- 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
Expand Down

0 comments on commit a0703f5

Please sign in to comment.