summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 10:52:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 10:52:55 +0200
commit3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 (patch)
tree3ee842d8bff4ba1d2aaf22ed0936a77d60038509 /NEWS
parent4433307f8c0c6cfbcabe3316e98b9699223c97d3 (diff)
Implement the --cli-namespace option
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfeb3e2..dc3ce70 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Version 1.2.0
* New option, --generate-specifier, triggers the generation of functions
for determining whether the option was specified on the command line.
+ * New option, --cli-namespace, allows changing of the namespace for the
+ generated CLI support types.
+
* The argv_file_scanner now supports double and single-quoting option
values in option files. This is useful to preserve leading and trailing
whitespaces as well as to specify empty values.