docs(changelog): scope the date-fix verification check to date lines

The stock template's contact and award lines carry two decorative separator
glyphs that also extract as U+FFFD, so 'grep -c' returns 2, not 0, on a CV
that is fully fixed. Point the check at date lines and name the benign hits.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mads Lorentzen
2026-08-03 21:11:13 +02:00
co-authored by Claude Fable 5
parent befaaf5eef
commit d18ca52723
+4 -2
View File
@@ -50,8 +50,10 @@ per-file diff commands.
grep -rn '\\cventry{[^}]*--' cv/ grep -rn '\\cventry{[^}]*--' cv/
``` ```
Verify afterwards with `pdftotext -layout <file>.pdf - | grep -c ''`, which should Verify afterwards by extracting the text layer and checking the date lines specifically:
return `0`. `pdftotext -layout <file>.pdf - | grep ''` - none of the hits may be a date field. (On
the stock template two benign hits remain either way: the decorative separators on the
contact and award lines, which are unrelated to dates and predate this fix.)
### Security & privacy ### Security & privacy