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)
@@ -40,6 +47,9 @@ Change Log
4047 just those within images. This means that OCR will now also be performed
4148 for vector graphics, and for text containing illegible characters.
4249
50+ * Provide a Linux wheel for free-threading python,
51+ specifically cp314-cp314t-manylinux_2_28_x86_64.
52+
4353
4454**Changes in version 1.27.1** (2026-02-11)
4555
You can’t perform that action at this time.
0 commit comments