Skip to content

Commit 29a29fe

Browse files
committed
REL: 3.14.0
## What's new ### New Features (ENH) - Accelerate image list keys generation (py-pdf#2014) - Use `cryptography` for encryption/decryption as a fallback for PyCryptodome (py-pdf#2000) - Extract LaTeX characters (py-pdf#2016) - ASCIIHexDecode.decode now returns bytes instead of str (py-pdf#1994) ### Bug Fixes (BUG) - Add RunLengthDecode filter (py-pdf#2012) - Process /Separation ColorSpace (py-pdf#2007) - Handle single element ColorSpace list (py-pdf#2026) - Process lookup decoded as TextStringObjects (py-pdf#2008) ### Robustness (ROB) - Cope with garbage collector during cloning (py-pdf#1841) ### Maintenance (MAINT) - Cleanup of annotations (py-pdf#1745) [Full Changelog](py-pdf/pypdf@3.13.0...3.14.0)
1 parent 3d7206c commit 29a29fe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.14.0, 2023-07-29
4+
5+
### New Features (ENH)
6+
- Accelerate image list keys generation (#2014)
7+
- Use `cryptography` for encryption/decryption as a fallback for PyCryptodome (#2000)
8+
- Extract LaTeX characters (#2016)
9+
- ASCIIHexDecode.decode now returns bytes instead of str (#1994)
10+
11+
### Bug Fixes (BUG)
12+
- Add RunLengthDecode filter (#2012)
13+
- Process /Separation ColorSpace (#2007)
14+
- Handle single element ColorSpace list (#2026)
15+
- Process lookup decoded as TextStringObjects (#2008)
16+
17+
### Robustness (ROB)
18+
- Cope with garbage collector during cloning (#1841)
19+
20+
### Maintenance (MAINT)
21+
- Cleanup of annotations (#1745)
22+
23+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.13.0...3.14.0)
24+
325
## Version 3.13.0, 2023-07-23
426

527
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)