Allow extra whitespace/newlines after stream tokens (Issue #40)

This commit is contained in:
Michael R Sweet
2023-10-02 05:06:33 -04:00
parent 6a4ce57d09
commit a83f7f50ff
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,13 @@ Changes in PDFio
================
v1.1.2 (TBD)
------------
- Fixed an issue with broken PDF files containing extra CR and/or LF separators
after the object stream token (Issue #40)
v1.1.1 (March 20, 2023)
-----------------------