Skip to content

Commit

Permalink
REL: 1.27.8
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
-  Use 1MB as offset for readNextEndLine (#321)
-  'PdfFileWriter' object has no attribute 'stream' (#787)

Robustness (ROB):
-  Invalid float object; use 0 as fallback (#782)

Documentation (DOC):
-  Robustness (#785)

Full Changelog: 1.27.7...1.27.8
  • Loading branch information
MartinThoma committed Apr 21, 2022
1 parent 34a35ac commit 2f01f77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 1.27.8, 2022-04-21
--------------------------

Bug Fixes (BUG):
- Use 1MB as offset for readNextEndLine (#321)
- 'PdfFileWriter' object has no attribute 'stream' (#787)

Robustness (ROB):
- Invalid float object; use 0 as fallback (#782)

Documentation (DOC):
- Robustness (#785)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.7...1.27.8

Version 1.27.7, 2022-04-19
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.27.7"
__version__ = "1.27.8"

0 comments on commit 2f01f77

Please sign in to comment.