diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index beedcdc..78dbcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ on (a self-extracting installer) has no content, like an image: it no longer matches a content test, is not set aside by a content exclude, and raises no warning. +- `{1}` … `{9}` keep the name's diacritics: a folded `name` test still + matches `Lodz`, but `Łódź-faktura.pdf` now files under `Łódź`, not `Lodz`. +- A tool's error message is shown even when it writes more than the + capture limit at once. +- A damaged lock file naming a pid beyond 32 bits no longer counts as held + by whatever process the kernel reads it as. +- Tests pass on OpenBSD 7.9 and FreeBSD 15.0 (test binaries run on the + hosts; the fake extraction tools no longer rely on GNU `head -c` or a + `printf` builtin). ## 0.0.7 — 2026-09-14 |
