From e036f0bd79324c33a194532c118ac8e833de83db Mon Sep 17 00:00:00 2001 From: Valery Buchinsky Date: Fri, 24 Nov 2023 09:14:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CHANGELOG:=20Add=20a=20note=20th?= =?UTF-8?q?at=20[signpdf]=20reexports=20the=20Signer=20and=20SignPdfError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48819c5..44e2e851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * [placeholder-plain] Allow passing in widgetRect to override the default [0, 0, 0, 0] one; * [placeholder-pdf-lib] Introduce the package that uses PDF-LIB for adding a placeholder; * [signpdf] Use the BR position findByteRange provides to spare a search for it; +* [signpdf] Reexports the `Signer` base (abstract) class and `SignPdfError`; * [examples] Introduce [an example that provides a visible widget](packages/examples/src/pdfkit010-with-visual.js) (implemented with pdfkit); * [examples] Introduce [a `placeholder-pdf-lib` example](packages/examples/src/pdf-lib.js); * Bumped version of axios;