Skip to content

Commit

Permalink
REL: 2.11.0
Browse files Browse the repository at this point in the history
New Features (ENH):
-  Addition of optional visitor-functions in extract_text() (#1252)
-  Add metadata.creation_date and modification_date (#1364)
-  Add PageObject.images attribute (#1330)

Bug Fixes (BUG):
-  Lookup index in _xobj_to_image can be ByteStringObject (#1366)
-  \'IndexError: index out of range\' when using extract_text (#1361)
-  Errors in transfer_rotation_to_content() (#1356)

Robustness (ROB):
-  Ensure update_page_form_field_values does not fail if no fields (#1346)

Testing (TST):
-  read_string_from_stream performance (#1355)

Full Changelog: 2.10.9...2.11.0
  • Loading branch information
MartinThoma committed Sep 25, 2022
1 parent eca1a84 commit 67a5ccf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## Version 2.11.0, 2022-09-25

### New Features (ENH)
- Addition of optional visitor-functions in extract_text() (#1252)
- Add metadata.creation_date and modification_date (#1364)
- Add PageObject.images attribute (#1330)

### Bug Fixes (BUG)
- Lookup index in _xobj_to_image can be ByteStringObject (#1366)
- 'IndexError: index out of range' when using extract_text (#1361)
- Errors in transfer_rotation_to_content() (#1356)

### Robustness (ROB)
- Ensure update_page_form_field_values does not fail if no fields (#1346)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.9...2.11.0

## Version 2.10.9, 2022-09-18

### New Features (ENH)
Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.9"
__version__ = "2.11.0"

0 comments on commit 67a5ccf

Please sign in to comment.