Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 30, 2023
1 parent 4c3d00f commit 219509d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion docs/devel/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
<!-- List character: dash (-) -->

# 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.

0 comments on commit 219509d

Please sign in to comment.