summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-10 10:50:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-10 10:50:23 +0200
commit74dfffa9df361e35a5910f1cf5b1734571bbef91 (patch)
tree72c4751da28efd20e2ddcf374842f359fad67faf /NEWS
parent2dc2da5488ac32da8c6ff7cd0eeb5e1beb38c92f (diff)
Allows additional options to be provided in files (--options-file)
Implemented using the new argv_file_scanner scanner implementation.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 789c8bb..e491819 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,9 @@ Version 1.1.0
3.1, "Option Class Definition" in the Getting Started Guide as well as
the 'file' example.
+ * New option, --options-file, allows additional CLI command line options
+ to be provided in files (implemented using argv_file_scanner).
+
Version 1.0.0
* First public release.