File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Change Log
23
23
* **Fixed** `#1965 <https://github.com/pymupdf/PyMuPDF/issues/1965>`_: `pdfocr_save()` Hard Crash.
24
24
* **Fixed** `#1971 <https://github.com/pymupdf/PyMuPDF/issues/1971>`_: Segmentation fault when using `get_drawings()`.
25
25
* **Fixed** `#1946 <https://github.com/pymupdf/PyMuPDF/issues/1946>`_: `block_no` and `block_type` switched in `get_text()` docs.
26
+ * **Fixed** `#2013 <https://github.com/pymupdf/PyMuPDF/issues/2013>`_: AttributeError: 'Widget' object has no attribute '_annot' in delete widget.
26
27
27
28
* Misc changes to core code:
28
29
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Change Log
23
23
* **Fixed ** `#1965 <https://github.com/pymupdf/PyMuPDF/issues/1965 >`_: `pdfocr_save() ` Hard Crash.
24
24
* **Fixed ** `#1971 <https://github.com/pymupdf/PyMuPDF/issues/1971 >`_: Segmentation fault when using `get_drawings() `.
25
25
* **Fixed ** `#1946 <https://github.com/pymupdf/PyMuPDF/issues/1946 >`_: `block_no ` and `block_type ` switched in `get_text() ` docs.
26
+ * **Fixed ** `#2013 <https://github.com/pymupdf/PyMuPDF/issues/2013 >`_: AttributeError: 'Widget' object has no attribute '_annot' in delete widget.
26
27
27
28
* Misc changes to core code:
28
29
You can’t perform that action at this time.
0 commit comments