From 193739494dbf15a74b561b3c7aee5b357ec3c91f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 8 May 2021 10:04:33 -0400 Subject: [PATCH] Add missing release note --- manual/qpdf-manual.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index fe54a3a3..0b69ecdb 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -5078,6 +5078,21 @@ print "\n"; + + + Library Enhancements + + + + + 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 + ChangeLog for additional notes. + + + +