aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-30 04:23:21 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-30 04:23:21 +0200
commit2d5b854468c2612dcfe45a659b85d92db2672cbe (patch)
treee4f8a85b520969d5236bb3f057feea94441a4f92 /ChangeLog
parent5993c3e83c6f83b36045c75a03ffb1da3d1d283c (diff)
downloadqpdf-2d5b854468c2612dcfe45a659b85d92db2672cbe.tar.zst
Allow reading command-line args from files (fixes #16)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d1cf56a..b1bbe189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-07-29 Jay Berkenbilt <ejb@ql.org>
+ * Support @filename and @- in the qpdf command-line tool to read
+ command-line arguments, one per line, from the named file. @-
+ reads from standard input. Fixes #16.
+
* Detect when input file and output file are the same and exit to
avoid overwriting and losing input file. Fixes #29.