Skip to content

Commit

Permalink
add changelog entry for fixed type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Dec 27, 2023
1 parent 80d4431 commit f82c515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Fixed `Name must start with a leading slash` when adding an external document to a `pdfjs` document, and adding that result to another `pdfjs` document again (caused by a `null` object reference due to object streams). Also fixes duplicate objects when adding external documents with
pages in object streams.
- Fixed TypeScript type definition of `doc.asBuffer` and `doc.width`/`doc.height`

## [2.5.2]
### Fixed
Expand Down

0 comments on commit f82c515

Please sign in to comment.