Skip to content

Commit

Permalink
Updated CHANGELOG to that of PyPDF 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
knowah committed Jan 6, 2012
1 parent c59a212 commit dac8e79
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 1.13, 2010-12-04
------------------------

- Fixed a typo in code for reading a "\b" escape character in strings.

- Improved __repr__ in FloatObject.

- Fixed a bug in reading octal escape sequences in strings.

- Added getWidth and getHeight methods to the RectangleObject class.

- Fixed compatibility warnings with Python 2.4 and 2.5.

- Added addBlankPage and insertBlankPage methods on PdfFileWriter class.

- Fixed a bug with circular references in page's object trees (typically
annotations) that prevented correctly writing out a copy of those pages.

- New merge page functions allow application of a transformation matrix.

- To all patch contributors: I did a poor job of keeping this ChangeLog
up-to-date for this release, so I an missing attributions here for any
changes you submitted. Sorry! I'll do better in the future.


Version 1.12, 2008-09-02
------------------------

Expand Down

0 comments on commit dac8e79

Please sign in to comment.