Skip to content

Commit

Permalink
changes.txt: updated to match changes since 1.24.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Apr 16, 2024
1 parent 8c1d843 commit a7333fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@ Change Log
==========


**Changes in version 1.24.2 ()**

* Removed obsolete classic implementation from releases
(previously available as module `fitz_old`).

* Fixed issues:

* **Fixed** `3331 <https://github.com/pymupdf/PyMuPDF/issues/3331>`_: Document.pages() is incorrectly type-hinted
* **Fixed** `3354 <https://github.com/pymupdf/PyMuPDF/issues/3354>`_: PyMuPDF==1.24.1: AttributeError: property 'metadata' of 'Document' object has no setter

* Other:

* The `Document` class now supports page numbers specified as slices.
* New/modified methods:

* `Document.bake()`: new, make annotations / fields permanent content.
* `Page.cluster_drawings()`: new, identifies drawing items
(i.e. vector graphics or line-art)
that belong together based on their geometrical vicinity.
* `Page.apply_redactions()`: added new parameter `text`.
* Avoid causing MuPDF warnings.


**Changes in version 1.24.1 (2024-04-02)**

* Fixed issues:
Expand Down

0 comments on commit a7333fc

Please sign in to comment.