aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.