From a0703f5f5adb14216776207f545ea7b965dd4fce Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Fri, 20 Oct 2023 22:40:22 -0600 Subject: [PATCH] Add Upcoming Release to changelog --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21def2..94b9e80 100644 --- a/CHANGELOG.md +++ b/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