Skip to content

Commit

Permalink
REL: 3.8.0
Browse files Browse the repository at this point in the history
New Features (ENH)
-  Add transform method to Transformation class (#1765)
-  Cope with UC2 fonts in text_extraction (#1785)

Robustness (ROB)
-  Invalid startxref pointing 1 char before (#1784)

Maintenance (MAINT)
-  Mark code handling old parameters as deprecated (#1798)

[Full Changelog](3.7.1...3.8.0)
  • Loading branch information
MartinThoma committed Apr 16, 2023
1 parent 6a9831b commit f8295a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## Version 3.8.0, 2023-04-16

### New Features (ENH)
- Add transform method to Transformation class (#1765)
- Cope with UC2 fonts in text_extraction (#1785)

### Robustness (ROB)
- Invalid startxref pointing 1 char before (#1784)

### Maintenance (MAINT)
- Mark code handling old parameters as deprecated (#1798)

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


## Version 3.7.1, 2023-04-09

### Security (SEC)
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.7.1"
__version__ = "3.8.0"

0 comments on commit f8295a9

Please sign in to comment.