changeset 14534:ad2ff36996b8

NEWS: Add note about redundant serial comma feature in parser * NEWS: Add note about redundant serial comma feature in parser
author Rik <octave@nomad.inbox5.com>
date Fri, 06 Apr 2012 09:12:34 -0700
parents e6aa044253eb
children 8150ccfffa22
files NEWS
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 Summary of important user-visible changes for version 3.8:
 ---------------------------------------------------------
 
+ ** Redundant terminal comma accepted by parser
+
+    A redundant terminal comma is now accepted in matrix
+    definitions which allows writing code such as 
+
+    [a,...
+     b,...
+     c,...
+    ] = deal (1,2,3)
+
  ** Warning IDs renamed:
 
     Octave:array-as-scalar => Octave:array-to-scalar