aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-23 02:05:18 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-23 02:57:33 +0200
commit551dfbf697736b8cae677d87b7931b5f23f830b8 (patch)
tree04955d347d758e871fce229029085a518ec59f88 /ChangeLog
parented62be888cdab0c84d4dd2799f8e4727cfaaf9d6 (diff)
downloadqpdf-551dfbf697736b8cae677d87b7931b5f23f830b8.tar.zst
Allow set*EncryptionParameters before filename iset (fixes #336)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7f9ba35..efb1d789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * QPDFWriter: allow calling set*EncryptionParameters before
+ calling setFilename. Fixes #336.
+
* It now works to run --completion-bash and --completion-zsh when
qpdf is started from an AppImage.