diff --git a/ChangeLog b/ChangeLog index 0024dbe7..299b6272 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ the last string returned. This is necessary in order to fully retrieve values of strings that may contain embedded null characters. + * C API: Add qpdf_oh_new_object to clone an object handle. Change + implemented by m-holger in #587. + 2021-11-16 Jay Berkenbilt * 10.4.0: release diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index f721d234..8a2f5233 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5140,6 +5140,12 @@ print "\n"; from the C API, you still have to be able to detect them. + + + Add qpdf_oh_new_object to the + C API. This allows you to clone an object handle. + +