Add changelog entry for Windows hyperlink fix

This commit is contained in:
Joseph Adams
2026-01-16 10:37:21 +01:00
parent 2efd99bc52
commit 4ba10c7837
+2
View File
@@ -5,6 +5,8 @@
## Bugfixes
- Fix Windows hyperlink generation for paths with spaces. (#1872)
- `--print0` combined with `--exec` will now print a `\0` between the output of each entry. Note that if there are multiple instances
of `--exec`, the `\0` will be between each _set_ of commands, _not_ between each individual command run. Fixes #1797.