mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Add changelog and release note for #587
This commit is contained in:
parent
e3cc171d02
commit
a144363653
@ -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 <ejb@ql.org>
|
||||
|
||||
* 10.4.0: release
|
||||
|
@ -5140,6 +5140,12 @@ print "\n";
|
||||
from the C API, you still have to be able to detect them.
|
||||
</para>
|
||||
</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>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user