Skip to content

Commit

Permalink
Updating ChangeLog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstamy2 committed Dec 31, 2013
1 parent d5738dc commit 24b270d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Version 1.20, 2014-01-??
------------------------

- Many Python 3 support changes (with contributions from TWAC and cgammans)

- Updated FAQ; link included in README

- Allow more (unnecessary) escape sequences

- Prevent exception when reading a null object in decoding parameters

- Corrected error in reading destination types (added a slash since they
are name objects)

- Corrected TypeError in scaleTo() method

- addBookmark() method in PdfFileMerger now returns bookmark (so nested
bookmarks can be created)

- Additions to Sample Code and Sample PDFs

- changes to allow 2up script to work (by Dylan McNamee)

- changes to metadata encoding (by Chris Hiestand)

- New methods for links: addLink() (by Enrico Lambertini) and ignoreLinks()


Version 1.19, 2013-10-08
------------------------

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.19'
__version__ = '1.20b'

0 comments on commit 24b270d

Please sign in to comment.