From efc71bc00b66afdbd570ad0ada21569e2a81cdae Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 15 Feb 2021 22:53:50 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732293d..27b037a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Upcoming release ## Features + ## Bugfixes + +- Set default path separator to `/` in MSYS, see #537 and #730 (@aswild) + ## Changes -- Apply custom `--path-separator` to commands run with `--exec(-batch)` and `--list-details`, see #697 +- Apply custom `--path-separator` to commands run with `--exec(-batch)` and `--list-details`, see #697 (@aswild) ## Other +- Many documentation updates + # v8.2.1 No functional changes with respect to v8.2.0. Bugfix in the release process.