Skip to content

Commit

Permalink
REL: 4.0.2
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
MartinThoma committed Feb 18, 2024
1 parent b7bfd0d commit cc306ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 4.0.2, 2024-02-18

### Bug Fixes (BUG)
- Use NumberObject for /Border elements of annotations (#2451)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/4.0.1...4.0.2)

## Version 4.0.1, 2024-01-28

### Bug Fixes (BUG)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
@@ -1 +1 @@
__version__ = "4.0.1"
__version__ = "4.0.2"

0 comments on commit cc306ad

Please sign in to comment.