Commit 193739494dbf15a74b561b3c7aee5b357ec3c91f

Authored by Jay Berkenbilt
1 parent f50404d7

Add missing release note

Showing 1 changed file with 17 additions and 2 deletions
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
8   -<!ENTITY swversion "10.3.1">
9   -<!ENTITY lastreleased "March 11, 2021">
  8 +<!ENTITY swversion "10.3.2">
  9 +<!ENTITY lastreleased "May 8, 2021">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -5078,6 +5078,21 @@ print &quot;\n&quot;;
5078 5078 </listitem>
5079 5079 </itemizedlist>
5080 5080 </listitem>
  5081 + <listitem>
  5082 + <para>
  5083 + Library Enhancements
  5084 + </para>
  5085 + <itemizedlist>
  5086 + <listitem>
  5087 + <para>
  5088 + When adding a page that already exists, make a shallow copy
  5089 + instead of throwing an exception. This makes the library
  5090 + behavior consistent with the CLI behavior. See
  5091 + <filename>ChangeLog</filename> for additional notes.
  5092 + </para>
  5093 + </listitem>
  5094 + </itemizedlist>
  5095 + </listitem>
5081 5096 </itemizedlist>
5082 5097 </listitem>
5083 5098 </varlistentry>
... ...