pspp-convert: Add options for selecting variables and controlling output.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 9aeaca95eadab4276c85af2d8ed1ce075ec91729..2322a00f09ade12f2f9254704f4e0cb0a6631366 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,8 +26,16 @@ Changes from 1.2.0 to 1.3.0:
  * Plain text output is no longer divided into pages, since it is now
    rarely printed on paper.
 
- * The pspp-convert utility has new "-a", "-l", "--password-list"
-   options to search for an encrypted file's password.
+ * pspp-convert improvements:
+
+   - New "-a", "-l", "--password-list" options to search for an
+     encrypted file's password.
+
+   - New "--keep" and "--drop" options to output only selected variables.
+
+   - New "--recode", "--no-var-name", "--labels", "--print-formats",
+     "--decimal", "--delimiter", and "--qualifier" options to control
+     CSV output.
 
  * Improvements to SAVE DATA COLLECTION support for MDD files.