Add missing release note

This commit is contained in:
Jay Berkenbilt 2021-05-08 10:04:33 -04:00
parent f50404d7c6
commit 193739494d
1 changed files with 17 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "10.3.1">
<!ENTITY lastreleased "March 11, 2021">
<!ENTITY swversion "10.3.2">
<!ENTITY lastreleased "May 8, 2021">
]>
<book>
<bookinfo>
@ -5078,6 +5078,21 @@ print "\n";
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
Library Enhancements
</para>
<itemizedlist>
<listitem>
<para>
When adding a page that already exists, make a shallow copy
instead of throwing an exception. This makes the library
behavior consistent with the CLI behavior. See
<filename>ChangeLog</filename> for additional notes.
</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
</varlistentry>