Skip to content

Commit 37f6728

Browse files
changes.txt docs/changes.rst: updated to be identical.
1 parent 3213d9f commit 37f6728

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. include:: header.rst
2+
13
Change Log
24
==========
35

@@ -1561,3 +1563,5 @@ Changes in version 1.9.1 compared to version 1.8.0 are the following:
15611563
* Incremental saves for changes are possible now using the call pattern *doc.save(doc.name, incremental=True)*.
15621564
* A PDF's metadata can now be deleted, set or changed by document method *set_metadata()*. Supports incremental saves.
15631565
* 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.
1566+
1567+
.. include:: footer.rst

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Change Log
99

1010
* Bug fixes:
1111

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

0 commit comments

Comments
 (0)