Skip to content

Commit

Permalink
REL: 3.2.0
Browse files Browse the repository at this point in the history
Performance Improvement (PI)
-  Help the specializing adpative interpreter (#1522)

New Features (ENH):
-  Add support for page labels (#1519)

Bug Fixes (BUG):
-  upgrade clone_document_root (#1520)
  • Loading branch information
MartinThoma committed Dec 31, 2022
1 parent 6407e1d commit c2c4be6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## Version 3.2.0, 2022-12-31

### Performance Improvement (PI)
- Help the specializing adpative interpreter (#1522)

### New Features (ENH)
- Add support for page labels (#1519)

### Bug Fixes (BUG)
- upgrade clone_document_root (#1520)


[Full Changelog](https:/py-pdf/pypdf/compare/3.1.0...3.1.1)

## Version 3.1.0, 2022-12-23

Move PyPDF2 to pypdf (#1513). This now it's all lowercase, no number in the
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "3.2.0"

0 comments on commit c2c4be6

Please sign in to comment.