Skip to content

Commit

Permalink
REL: 3.6.0
Browse files Browse the repository at this point in the history
New Features (ENH)
-  Extend PdfWriter.append() to PageObjects (#1704)
-  Support qualified names in update_page_form_field_values (#1695)

Robustness (ROB)
-  Tolerate streams without length field (#1717)
-  Accept DictionaryObject in /D of NamedDestination (#1720)
-  Widths def in cmap calls IndirectObject (#1719)
  • Loading branch information
MartinThoma committed Mar 18, 2023
1 parent 1d98969 commit e34088e
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.6.0, 2023-03-18

### New Features (ENH)
- Extend PdfWriter.append() to PageObjects (#1704)
- Support qualified names in update_page_form_field_values (#1695)

### Robustness (ROB)
- Tolerate streams without length field (#1717)
- Accept DictionaryObject in /D of NamedDestination (#1720)
- Widths def in cmap calls IndirectObject (#1719)

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


## Version 3.5.2, 2023-03-12

⚠️ We discovered that compress_content_stream has to be applied to a page of
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.5.2"
__version__ = "3.6.0"

0 comments on commit e34088e

Please sign in to comment.