From 74dfffa9df361e35a5910f1cf5b1734571bbef91 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2009 10:50:23 +0200 Subject: Allows additional options to be provided in files (--options-file) Implemented using the new argv_file_scanner scanner implementation. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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. -- cgit