Skip to content

Commit

Permalink
Version 1.26.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Stamy authored and Matthew Stamy committed May 18, 2016
1 parent 78fd8c6 commit 5735cb7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
Patch 1.25.1, 2015-07-20
Version 1.26.0, 2016-05-18
--------------------------

- NOTE: Active maintenance on PyPDF2 is resuming after a hiatus

- Fixed a bug where image resources where incorrectly
overwritten when merging pages

- Added dictionary for JavaScript actions to the root (louib)

- Added unit tests for the JS functionality (louib)

- Add more Python 3 compatibility when reading inline images (im2703
and (VyacheslavHashov)

- Return NullObject instead of raising error when failing to resolve
object (ctate)

- Don't output warning for non-zeroed xref table when strict=False
(BenRussert)

- Remove extraneous zeroes from output formatting (speedplane)

- Fix bug where reading an inline image would cut off prematurely
in certain cases (speedplane)


Patch 1.25.1, 2015-07-20

- Fix bug when parsing inline images. Occurred when merging
certain pages with inline images
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.25.1'
__version__ = '1.26.0'

0 comments on commit 5735cb7

Please sign in to comment.