2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 19:00:51 +00:00

Add changelog and release note for #587

This commit is contained in:
Jay Berkenbilt 2021-12-02 14:02:44 -05:00
parent e3cc171d02
commit a144363653
2 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@
the last string returned. This is necessary in order to fully the last string returned. This is necessary in order to fully
retrieve values of strings that may contain embedded null characters. 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 <ejb@ql.org> 2021-11-16 Jay Berkenbilt <ejb@ql.org>
* 10.4.0: release * 10.4.0: release

View File

@ -5140,6 +5140,12 @@ print "\n";
from the C API, you still have to be able to detect them. from the C API, you still have to be able to detect them.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Add <function>qpdf_oh_new_object</function> to the
C API. This allows you to clone an object handle.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
</itemizedlist> </itemizedlist>