Skip to content

Commit 41d90b4

Browse files
committed
Version 1.24
1 parent 386d67e commit 41d90b4

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Version 1.24, 2014-12-31
2+
------------------------
3+
4+
- Bugfixes for reading files in Python 3 (by Anthony Tuininga and
5+
pqqp)
6+
7+
- Appropriate errors are now raised instead of infinite loops (by
8+
naure and Cyrus Vafadari)
9+
10+
- Bugfix for parsing number tokens with leading spaces (by Maxim
11+
Kamenkov)
12+
13+
- Don't crash on bad /Outlines reference (by eshellman)
14+
15+
- Conform tabs/spaces and blank lines to PEP 8 standards
16+
17+
- Utilize the readUntilRegex method when reading Number Objects
18+
(by Brendan Jurd)
19+
20+
- More bugfixes for Python 3 and clearer exception handling
21+
22+
- Fixed encoding issue in merger (with eshellman)
23+
24+
- Created separate folder for scripts
25+
26+
127
Version 1.23, 2014-08-11
228
------------------------
329

@@ -100,13 +126,13 @@ Version 1.21, 2014-04-21
100126
a custom implementation.
101127

102128
- Fix NumberObject and NameObject constructors for compatibility with PyPy
103-
(R�diger Jungbeck, Xavier Dupr�, shezadkhan137, Steven Witham)
129+
(Rüdiger Jungbeck, Xavier Dupré, shezadkhan137, Steven Witham)
104130

105131
- Utilize utils.Str in pdf.py and pagerange.py to resolve type issues (by
106132
egbutter)
107133

108134
- Improvements in implementing StringIO for Python 2 and BytesIO for
109-
Python 3 (by Xavier Dupr�)
135+
Python 3 (by Xavier Dupré)
110136

111137
- Added /x00 to Whitespaces, defined utils.WHITESPACES to clarify code (by
112138
Maxim Kamenkov)
@@ -149,7 +175,7 @@ Version 1.20, 2014-01-27
149175
- Bugfix to handle nested bookmarks correctly (by Jamie Lentin)
150176

151177
- New methods removeImages() and removeText() available for PdfFileWriter
152-
(by Tien Ha�)
178+
(by Tien Haï)
153179

154180
- Exception handling for illegal characters in Name Objects
155181

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.23'
1+
__version__ = '1.24'

0 commit comments

Comments
 (0)