summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4e1bbf..f43c04c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Version 1.1.0
+
+ * Support for option documentation. Option documentation is used to print
+ the usage information as well as to generate the program documentation in
+ the HTML and man page formats. For details, see Sections 2.5, "Adding
+ Documentation" and 3.3, "Option Documentation" in the CLI Language Getting
+ Started Guide. New CLI compiler command line options related to this
+ feature:
+
+ --suppress-usage
+ --long-usage
+ --option-length
+ --generate-cxx
+ --generate-man
+ --generate-html
+ --man-prologue
+ --man-epilogue
+ --html-prologue
+ --html-epilogue
+ --man-suffix
+ --html-suffix
+ --class
+ --stdout
+
+ The CLI compiler usage, HTML documentation, and man page are auto-generated
+ using this feature.
+
Version 1.0.0
* First public release.