Skip to content

Commit cc306ad

Browse files
committed
REL: 4.0.2
## What's new ### Bug Fixes (BUG) - Use NumberObject for /Border elements of annotations (#2451) by @rsinger417 ### Documentation (DOC) - Document easier way to update metadata (#2454) by @stefan6419846 - Typo `Polyline` \xe2\x86\x92 `PolyLine` in adding-pdf-annotations.md (#2426) by @CWKSC ### Developer Experience (DEV) - Bump codecov/codecov-action from 3 to 4 (#2430) by @dependabot[bot] ### Testing (TST) - Avoid catching not emitted warnings (#2429) by @stefan6419846 [Full Changelog](4.0.1...4.0.2)
1 parent b7bfd0d commit cc306ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## Version 4.0.2, 2024-02-18
4+
5+
### Bug Fixes (BUG)
6+
- Use NumberObject for /Border elements of annotations (#2451)
7+
8+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/4.0.1...4.0.2)
9+
310
## Version 4.0.1, 2024-01-28
411

512
### Bug Fixes (BUG)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.1"
1+
__version__ = "4.0.2"

0 commit comments

Comments
 (0)