expressions: Add support for 2- and 3-operand RND function.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index c1746d6bc89c429588f118c0fec77ab68a5e6040..ed0530656235095bdf155a27f4268f89753b8e74 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,11 @@ Changes since 0.8.4:
  * The GRAPH command is now available.  Initially it supports
    scatterplots and histograms.
 
+ * The RND operator in expressions now supports additional operands
+   for rounding to values other than integers and to indicate a level
+   of rounding fuzz.  The default rounding fuzz may now be controlled
+   and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
+
 Changes from 0.8.3 to 0.8.4:
 
  * Formatting of SYSFILE INFO output was made easier to read.