** The code implementing the sheet rendering has been removed. Instead we
use a third party library: spread-sheet-widget.
+ ** The "NOMISSING" keyword when generating syntax for piecharts in the frequencies
+ command was omitted. This has been corrected.
+
Changes from 1.0.0 to 1.0.1:
* Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959,
if (fd->charts_opts_pie_include_missing)
ds_put_cstr (&str, " MISSING");
+ else
+ ds_put_cstr (&str, " NOMISSING");
if (fd->charts_opts_use_min)
ds_put_c_format (&str, " MIN(%.15g)", fd->charts_opts_min);