Skip to content

Commit f8295a9

Browse files
committed
REL: 3.8.0
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)
1 parent 6a9831b commit f8295a9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## Version 3.8.0, 2023-04-16
4+
5+
### New Features (ENH)
6+
- Add transform method to Transformation class (#1765)
7+
- Cope with UC2 fonts in text_extraction (#1785)
8+
9+
### Robustness (ROB)
10+
- Invalid startxref pointing 1 char before (#1784)
11+
12+
### Maintenance (MAINT)
13+
- Mark code handling old parameters as deprecated (#1798)
14+
15+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.7.1...3.8.0)
16+
17+
318
## Version 3.7.1, 2023-04-09
419

520
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.7.1"
1+
__version__ = "3.8.0"

0 commit comments

Comments
 (0)