Skip to content

Commit 4cff547

Browse files
changes.txt: some updates after recent changes.
1 parent 2db59c3 commit 4cff547

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changes.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Change Log
44

55
**Changes in version 1.26.5**
66

7+
* Fixed issues:
8+
9+
* Other:
10+
11+
* Partially address `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
12+
13+
We now define all class methods explicitly instead of with dynamic assignment.
14+
15+
* Removed `pymupdf.utils.Shape` class, was duplicate of `pymupdf.Shape`.
16+
17+
* Allow use of cibuildwheel to build and test on Pyodide.
18+
19+
* In documentation, added section about Linux wheels and glibc compatibility.
20+
21+
* Retrospectively mark #4544 as fixed in 1.26.4.
22+
23+
724
**Changes in version 1.26.4**
825

926
* Use MuPDF-1.26.7.
@@ -20,6 +37,7 @@ Change Log
2037
* **Fixed** `4590 <https://github.com/pymupdf/PyMuPDF/issues/4590>`_: TypeError in utils.py scrub(): annot.update_file(buffer=...) is invalid
2138
* **Fixed** `4614 <https://github.com/pymupdf/PyMuPDF/issues/4614>`_: Intercept bad widgets when inserting to another PDF
2239
* **Fixed** `4639 <https://github.com/pymupdf/PyMuPDF/issues/4639>`_: pymupdf.mupdf.FzErrorGeneric: code=1: Director error: <class 'AttributeError'>: 'JM_new_bbox_device_Device' object has no attribute 'layer_name'
40+
* **Fixed** `4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>`_: About pdf_clip_page
2341

2442
* Other:
2543

0 commit comments

Comments
 (0)