Skip to content

Commit

Permalink
REL: 2.4.2
Browse files Browse the repository at this point in the history
New Features (ENH):
-  Add PdfReader.xfa attribute (#1026)

Bug Fixes (BUG):
-  Wrong page inserted when PdfMerger.merge is done (#1063)
-  Resolve IndirectObject when it refers to a free entry (#1054)

Developer Experience (DEV):
-  Added {posargs} to tox.ini (#1055)

Maintenance (MAINT):
-  Remove PyPDF2._utils.bytes_type (#1053)

Testing (TST):
-  Scale page (indirect rect object) (#1057)
-  Simplify pathlib PdfReader test (#1056)
-  IndexError of VirtualList (#1052)
-  Invalid XML in xmp information (#1051)
-  No pycryptodome (#1050)
-  Increase test coverage (#1045)

Code Style (STY):
-  DOC of compress_content_streams (#1061)
-  Minimize diff for #879 (#1049)

Full Changelog: 2.4.1...2.4.2
  • Loading branch information
MartinThoma committed Jul 5, 2022
1 parent 621a51f commit a345690
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# CHANGELOG

## Version 2.4.2, 2022-07-05

### New Features (ENH)
- Add PdfReader.xfa attribute (#1026)

### Bug Fixes (BUG)
- Wrong page inserted when PdfMerger.merge is done (#1063)
- Resolve IndirectObject when it refers to a free entry (#1054)

### Developer Experience (DEV)
- Added {posargs} to tox.ini (#1055)

### Maintenance (MAINT)
- Remove PyPDF2._utils.bytes_type (#1053)

### Testing (TST)
- Scale page (indirect rect object) (#1057)
- Simplify pathlib PdfReader test (#1056)
- IndexError of VirtualList (#1052)
- Invalid XML in xmp information (#1051)
- No pycryptodome (#1050)
- Increase test coverage (#1045)

### Code Style (STY)
- DOC of compress_content_streams (#1061)
- Minimize diff for #879 (#1049)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.4.1...2.4.2

## Version 2.4.1, 2022-06-30

### 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.4.1"
__version__ = "2.4.2"

0 comments on commit a345690

Please sign in to comment.