File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,16 @@ Change Log
66
77* Fixed issues:
88
9+ * **Fixed** `4928 <https://github.com/pymupdf/PyMuPDF/issues/4928>`_: pymupdf.Document.scrub raises AttributeError for a document with annotations
10+ * **Fixed** `4942 <https://github.com/pymupdf/PyMuPDF/issues/4942>`_: bug: IndexError for Page.get_links after Page.clip_to_rect
11+ * **Fixed** `4954 <https://github.com/pymupdf/PyMuPDF/issues/4954>`_: get_drawings() returns incorrect lineJoin and width
12+ * **Fixed** `4958 <https://github.com/pymupdf/PyMuPDF/issues/4958>`_: bug: inserting rotated pages to another document messes up link coordinates
13+
914* Other:
1015
1116 * Fixed incorrect generation of `lineJoin j` in PDF content, introduced in 1.27.2.2.
17+ * Allow build to (incorrectly) claim to be thread-safe, for #4760. See setup.py for details.
18+ * Use pypi.org's pipcl package instead of our own pipcl.py file.
1219
1320
1421**Changes in version 1.27.2.2** (2026-03-20)
You can’t perform that action at this time.
0 commit comments