Skip to content

Commit fb35485

Browse files
committed
REL: 3.16.0
## What's new ### Security (SEC) - Infinite recursion caused by IndirectObject clone (#2156) ### New Features (ENH) - Ease access to ViewerPreferences (#2144) ### Bug Fixes (BUG) - catch the case where w[0] is an IndirectObject instead of an int (#2154) - Cope with indirect objects in filters and remove deprecated code (#2177) - Cope with extra space (#2151) - Merge pages without resources (#2150) - getcontents() shall return None if contents is NullObject (#2161) - Fix conversion from 1 to LA (#2175) - Accept tabs in cmaps (#2174) ### Robustness (ROB) - Accept XYZ with no arguments (#2178) [Full Changelog](3.15.5...3.16.0)
1 parent 4657df5 commit fb35485

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## Version 3.16.0, 2023-09-10
4+
5+
### Security (SEC)
6+
- Infinite recursion caused by IndirectObject clone (#2156)
7+
8+
### New Features (ENH)
9+
- Ease access to ViewerPreferences (#2144)
10+
11+
### Bug Fixes (BUG)
12+
- Catch the case where w[0] is an IndirectObject instead of an int (#2154)
13+
- Cope with indirect objects in filters and remove deprecated code (#2177)
14+
- Accept tabs in cmaps (#2174) / cope with extra space (#2151)
15+
- Merge pages without resources (#2150)
16+
- getcontents() shall return None if contents is NullObject (#2161)
17+
- Fix conversion from 1 to LA (#2175)
18+
19+
### Robustness (ROB)
20+
- Accept XYZ with no arguments (#2178)
21+
22+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.15.5...3.16.0)
23+
324
## Version 3.15.5, 2023-09-03
425

526
### Bug Fixes (BUG)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.15.5"
1+
__version__ = "3.16.0"

0 commit comments

Comments
 (0)