Skip to content

Commit c0caa5d

Browse files
committed
REL: 6.3.0
## What's new ### New Features (ENH) - Wrap and align text in flattened PDF forms (#3465) by @PJBrs ### Bug Fixes (BUG) - Fix missing "PreventGC" when cloning (#3520) by @patrick91 - Preserve JPEG image quality by default (#3516) by @Lucas-C [Full Changelog](6.2.0...6.3.0)
1 parent 103f0f9 commit c0caa5d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## Version 6.3.0, 2025-11-16
4+
5+
### New Features (ENH)
6+
- Wrap and align text in flattened PDF forms (#3465)
7+
8+
### Bug Fixes (BUG)
9+
- Fix missing "PreventGC" when cloning (#3520)
10+
- Preserve JPEG image quality by default (#3516)
11+
12+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.2.0...6.3.0)
13+
314
## Version 6.2.0, 2025-11-09
415

516
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)