Fix validation of date/time values (Issue #83)

This commit is contained in:
Michael R Sweet
2024-12-19 15:41:43 -05:00
parent 53967552df
commit b872df5a1e
2 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,7 @@ v1.4.0 - YYYY-MM-DD
with `pdfioFileCreateFontObjFromBase` (Issue #84)
- Fixed reading of PDF files whose trailer is missing a newline (Issue #80)
- Fixed builds with some versions of VC++ (Issue #81)
- Fixed validation of date/time values (Issue #83)
v1.3.2 - 2024-08-15