aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81812449..4a59b6a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-10-21 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: properly handle copying foreign streams that have
+ indirect /Filter or /DecodeParms keys when stream data has been
+ replaced. The circumstances leading to this bug are very unusual
+ but would cause qpdf to either generate an internal error or some
+ other kind of warning situation if it would occur. Fixes #449.
+
* Qpdf's build and CI has been migrated from Azure Pipelines
(Azure Devops) to GitHub Actions.