summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2023-10-20 22:40:22 -0600
committerDavid Peter <sharkdp@users.noreply.github.com>2023-10-21 14:06:52 +0200
commite6aa8e82f6910840531326a91e9a9b97314330cb (patch)
treec1256bb3a9b1afe39e86cb85384f86ac5821bbd0 /CHANGELOG.md
parent978866d9839d3f58269caf6f4a04f23cca8ae97f (diff)
Add Upcoming Release to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files 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
+
+## 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