changeset 10873:8f17e3309a82

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Aug 2010 12:24:14 +0200
parents 988d16d5ae34
children 62ed71623aca
files ChangeLog NEWS
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 09 04:46:14 2010 -0400
+++ b/ChangeLog	Mon Aug 09 12:24:14 2010 +0200
@@ -1,3 +1,7 @@
+2010-08-09  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2010-08-05  Rik <octave@nomad.inbox5.com>
 
 	* configure.ac: Change warning messages about freetype and fontconfig
--- a/NEWS	Mon Aug 09 04:46:14 2010 -0400
+++ b/NEWS	Mon Aug 09 12:24:14 2010 +0200
@@ -320,6 +320,14 @@
       cbrt         ifelse       onCleanup    repelems
       chop         ishermitian  pbaspect     reset
       daspect      isindex      powerset     rsf2csf
+  
+  ** The behavior of struct assignments to non-struct values has been changed.
+     Previously, it was possible to overwrite an arbitrary value:
+      
+        a = 1;
+        a.x = 2;
+
+     This is no longer possible unless a is an empty matrix or cell array.
 
 
 Summary of important user-visible changes for version 3.2: