diff --git a/changes.txt b/changes.txt index 2d9a6de45..61bcd0f50 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,5 @@ +.. include:: header.rst + Change Log ========== @@ -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 diff --git a/docs/changes.rst b/docs/changes.rst index 55fe3fdc7..61bcd0f50 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,7 +9,7 @@ Change Log * Bug fixes: - * **Fixed** `#2110 `_: Fully embedded font is extracted only partially if it occupies more than one objects + * **Fixed** `#2110 `_: Fully embedded font is extracted only partially if it occupies more than one object * **Fixed** `#2094 `_: Rectangle Detection Logic * **Fixed** `#2088 `_: Destination point not set for named links in toc * **Fixed** `#2087 `_: Image with Filter "[/FlateDecode/JPXDecode]" not extracted