diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:30:59 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:30:59 +0200 |
| commit | 2f4e6dd8dfc7e18064e087c65ff9d28b4833cce2 (patch) | |
| tree | 7ebcbec83f0f6ee41d8541bfbcff18eba7af10fa /CHANGELOG.md | |
| parent | 17e933a16ff7de1b06d62504e78c40e615c8b553 (diff) | |
| download | krino-2f4e6dd8dfc7e18064e087c65ff9d28b4833cce2.tar.gz krino-2f4e6dd8dfc7e18064e087c65ff9d28b4833cce2.zip | |
captures keep the combining marks of a decomposed name; test sources escape invisible characters
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d367983..d528cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,8 @@ removes a directory's unused keyword cache (it holds no lock), and walks the directory only when a duplicate test needs it. - `{1}` … `{9}` keep the name's diacritics: a folded `name` test still - matches `Lodz`, but `Łódź-faktura.pdf` now files under `Łódź`, not `Lodz`. + matches `Lodz`, but `Łódź-faktura.pdf` now files under `Łódź`, not `Lodz`, + including when the name is stored decomposed. - 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 |
