summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 19:14:56 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 19:46:00 +0200
commite3a5b0bf7b4e6d31ed4256bc6407ec91687a0ecc (patch)
tree9f06a6f2a838222c13c526498edc2014d4fcaa38
parent3372615e5bc22ed3d4f0f5990ce2e6e41dc06c4f (diff)
downloadqpdf-e3a5b0bf7b4e6d31ed4256bc6407ec91687a0ecc.tar.zst
Tweak ChangeLog wording
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 30bf8ff6..b1ee8be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,10 +14,15 @@
2023-09-02 Jay Berkenbilt <ejb@ql.org>
- * Bug fix from M. Holger: allow fix-qdf to read from pipe. Fixes #1010.
+ * Maintain links to foreign pages when copying foreign objects.
+ This allows hyperlinks in imported files to work. Fixes #1003.
- * Bug fix: maintain links to foreign pages when copying foreign
- objects. This corrects a possible crash.
+ * Bug fix: Return a null object if an attempt is made to to copy a
+ foreign /Pages object with copyForeignObject. This corrects a
+ possible crash. Fixes #1010.
+
+ * Bug fix: Return a null object if an attempt is made to to copy a
+ foreign /Pages object with copyForeignObject. Fixes #1003.
* Add /MediaBox to a page if absent. Thanks M. Holger.