Skip to content

Commit

Permalink
REL: 3.11.0
Browse files Browse the repository at this point in the history
New Features (ENH):
-  Add page_number property (#1856)

Bug Fixes (BUG):
- File expansion when updating with Page Contents (#1906)
- Missing Alternate in indexed/ICCbased colorspaces (#1896)

[Full Changelog](3.10.0...3.11.0)
  • Loading branch information
MartinThoma committed Jun 23, 2023
1 parent fca29c7 commit cd4c9d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 3.11.0, 2023-06-23

### New Features (ENH)
- Add page_number property (#1856)

### Bug Fixes (BUG)
- File expansion when updating with Page Contents (#1906)
- Missing Alternate in indexed/ICCbased colorspaces (#1896)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.10.0...3.11.0)

## Version 3.10.0, 2023-06-18

### New Features (ENH)
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.10.0"
__version__ = "3.11.0"

0 comments on commit cd4c9d8

Please sign in to comment.