summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-28 22:50:04 +0200
committerDavid Peter <mail@david-peter.de>2022-05-28 22:50:04 +0200
commitf52dec11a49317a72547d38414c20e97d78e4b16 (patch)
treeb8a8188af088012280244d1666eb5946a2e04d39
parent941f712975eaca4fa615726eea563273f8832bb1 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c2cce9..a1efc37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,25 +1,23 @@
# Upcoming release
-## Performance improvements
-
-
## Features
-- Support multiple `--exec <cmd>` instances, see #406 and
-#960 (@tmccombs)
+- Support multiple `--exec <cmd>` instances, see #406 and #960 (@tmccombs)
## Bugfixes
+- "Argument list too long" errors can not appear anymore when using `--exec-batch`/`-X`, as the command invocations are automatically batched at the maximum possible size, even if `--batch-size` is not given. See #410 and #1020 (@tavianator)
## Changes
-- Changed `-u` flag to be equivalent to `-HI`. Multiple `-u` flags still allowed but do nothing, see #840 (@jacksontheel)
+- The `-u` flag was changed to be equivalent to `-HI` (previously, a single `-u` was only equivalent to `-I`). Additional `-u` flags are still allowed, but ignored. See #840 and #986 (@jacksontheel)
- Directories are now printed with an additional path separator at the end: `foo/bar/`, see #436 and #812 (@yyogo)
## Other
- Added installation instructions for RHEL8, see #989 (@ethsol)
+
# v8.3.2
## Bugfixes