Implement DATASET commands.
[pspp-builds.git] / NEWS
diff --git a/NEWS b/NEWS
index 010ae06ededd65a9c37aea55a1ca71d0ff9053cc..70020475b02e0d099c6be8a7c3509f2b2cb568c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
 Changes from 0.7.3 to 0.7.7:
 
+ * The QUICK CLUSTER command is now implemented.
+
  * The "pspp" program has a new option --batch (or -b) that selects
    "batch" syntax mode.  In previous versions of PSPP this syntax mode
    was the default.  Now a new "auto" syntax mode is the default.  In
@@ -69,6 +71,11 @@ Changes from 0.7.3 to 0.7.7:
    PROMPT, CPROMPT, and DPROMPT subcommands.  The defaults are now the
    only supported values.
 
+ * The dataset commands DATASET ACTIVATE, DATASET DECLARE, DATASET
+   CLOSE, DATASET COPY, DATASET NAME, DATASET DISPLAY are now
+   implemented.  These commands replace the "scratch file" PSPP
+   extension, which is no longer supported.
+
 Changes from 0.7.2 to 0.7.3:
 
  * Charts are now produced with Cairo and Pango, instead of libplot.