From 219509de18d5a9cd37c43ae68fa1107113880b42 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 30 Mar 2023 13:10:44 +0200 Subject: [PATCH] Update changelog --- bindings/README.md | 2 +- docs/devel/changelog.md | 1 - docs/devel/changelog_staging.md | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bindings/README.md b/bindings/README.md index 509d967b7..3676be8de 100644 --- a/bindings/README.md +++ b/bindings/README.md @@ -3,7 +3,7 @@ # Reference bindings for pypdfium2 -[#192]: https://github.com/pypdfium2-team/pypdfium2/issues/192 "Issue #192" +[#192]: https://github.com/pypdfium2-team/pypdfium2/issues/192 This directory contains a reference bindings file for pypdfium2 ([raw.py](./raw.py)). It is updated automatically on release. diff --git a/docs/devel/changelog.md b/docs/devel/changelog.md index 20e6447b4..0d150bf48 100644 --- a/docs/devel/changelog.md +++ b/docs/devel/changelog.md @@ -23,7 +23,6 @@ - Updated PDFium from `5633` to `5648`. - API-breaking changes around forms code, necessary to fix conceptual issues. Closes {issue}`182`. * `may_init_forms` parameter replaced with `init_forms()`, so that a custom form config can be provided. - This is particularly required for V8 enabled PDFium. * `formtype` attribute replaced with `get_formtype()`. Previously, `formtype` would only be set correctly if `may_init_forms=True`, which caused confusion for documents that have forms but no initialized form env. diff --git a/docs/devel/changelog_staging.md b/docs/devel/changelog_staging.md index d15b83b2a..ff13af07e 100644 --- a/docs/devel/changelog_staging.md +++ b/docs/devel/changelog_staging.md @@ -4,3 +4,6 @@ # Changelog for next release +[pdfium-binaries#105]: https://github.com/bblanchon/pdfium-binaries/issues/105 +- In pdfium-binaries, form initialization for V8/XFA enabled builds has been fixed (see [pdfium-binaries#105]). + pypdfium2's support model has been updated accordingly.