Skip to content

Commit

Permalink
changes.txt docs/changes.rst: updated to be identical.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Dec 12, 2022
1 parent 3213d9f commit 37f6728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changes.txt
@@ -1,3 +1,5 @@
.. include:: header.rst

Change Log
==========

Expand Down Expand Up @@ -1561,3 +1563,5 @@ Changes in version 1.9.1 compared to version 1.8.0 are the following:
* Incremental saves for changes are possible now using the call pattern *doc.save(doc.name, incremental=True)*.
* A PDF's metadata can now be deleted, set or changed by document method *set_metadata()*. Supports incremental saves.
* A PDF's bookmarks (or table of contents) can now be deleted, set or changed with the entries of a list using document method *set_toc(list)*. Supports incremental saves.

.. include:: footer.rst
2 changes: 1 addition & 1 deletion docs/changes.rst
Expand Up @@ -9,7 +9,7 @@ Change Log

* Bug fixes:

* **Fixed** `#2110 <https://github.com/pymupdf/PyMuPDF/issues/2110>`_: Fully embedded font is extracted only partially if it occupies more than one objects
* **Fixed** `#2110 <https://github.com/pymupdf/PyMuPDF/issues/2110>`_: Fully embedded font is extracted only partially if it occupies more than one object
* **Fixed** `#2094 <https://github.com/pymupdf/PyMuPDF/issues/2094>`_: Rectangle Detection Logic
* **Fixed** `#2088 <https://github.com/pymupdf/PyMuPDF/issues/2088>`_: Destination point not set for named links in toc
* **Fixed** `#2087 <https://github.com/pymupdf/PyMuPDF/issues/2087>`_: Image with Filter "[/FlateDecode/JPXDecode]" not extracted
Expand Down

0 comments on commit 37f6728

Please sign in to comment.