summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-09 10:46:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-09 10:46:51 +0200
commit89ce153311d9163bbc356927346c0b30e158a75f (patch)
treea56025fdafd3dc63a84fe708716aca77dc85e1dc /NEWS
parent3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 (diff)
Add support for suppressing documentation for undocumented options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc3ce70..b2389ac 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, --suppress-undocumented, suppresses the generation of
+ documentation entries for undocumented options.
+
* New option, --cli-namespace, allows changing of the namespace for the
generated CLI support types.