Mercurial > hg > octave-lyh
diff NEWS @ 10873:8f17e3309a82
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 09 Aug 2010 12:24:14 +0200 |
parents | 61cb53ae9db3 |
children | 9993f1354713 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -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: