changeset 10938:300636502235

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 01 Sep 2010 13:39:54 +0200
parents f42e8c6196c3
children c07cb4ef80db
files ChangeLog NEWS
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 01 12:41:05 2010 +0200
+++ b/ChangeLog	Wed Sep 01 13:39:54 2010 +0200
@@ -1,3 +1,7 @@
+2010-09-01  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2010-08-21  Rik <octave@nomad.inbox5.com>
 
 	* NEWS: Add randi to list of new functions
--- a/NEWS	Wed Sep 01 12:41:05 2010 +0200
+++ b/NEWS	Wed Sep 01 13:39:54 2010 +0200
@@ -331,6 +331,10 @@
         a.x = 2;
 
      This is no longer possible unless a is an empty matrix or cell array.
+  
+  ** By popular demand, dlmread has been extended to allow specifying a custom
+     value for empty fields and also to accept file IDs opened by fopen. Likewise,
+     dlmwrite can write to file IDs.
 
 
 Summary of important user-visible changes for version 3.2: