Skip to content

Commit 5735cb7

Browse files
Matthew StamyMatthew Stamy
Matthew Stamy
authored and
Matthew Stamy
committed
Version 1.26.0 update
1 parent 78fd8c6 commit 5735cb7

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
Patch 1.25.1, 2015-07-20
1+
Version 1.26.0, 2016-05-18
2+
--------------------------
3+
4+
- NOTE: Active maintenance on PyPDF2 is resuming after a hiatus
5+
6+
- Fixed a bug where image resources where incorrectly
7+
overwritten when merging pages
8+
9+
- Added dictionary for JavaScript actions to the root (louib)
10+
11+
- Added unit tests for the JS functionality (louib)
12+
13+
- Add more Python 3 compatibility when reading inline images (im2703
14+
and (VyacheslavHashov)
15+
16+
- Return NullObject instead of raising error when failing to resolve
17+
object (ctate)
18+
19+
- Don't output warning for non-zeroed xref table when strict=False
20+
(BenRussert)
21+
22+
- Remove extraneous zeroes from output formatting (speedplane)
23+
24+
- Fix bug where reading an inline image would cut off prematurely
25+
in certain cases (speedplane)
26+
27+
28+
Patch 1.25.1, 2015-07-20
229

330
- Fix bug when parsing inline images. Occurred when merging
431
certain pages with inline images

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.25.1'
1+
__version__ = '1.26.0'

0 commit comments

Comments
 (0)