Mercurial > hg > octave-nkf
diff NEWS @ 3205:549691faa638
[project @ 1998-10-31 04:20:15 by jwe]
author | jwe |
---|---|
date | Sat, 31 Oct 1998 04:20:18 +0000 |
parents | 44d82b369c78 |
children | dd00769643ae |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ Summary of changes for version 2.1.x: ------------------------------------ + * The ++ and -- operators now work for indexed matrices, and the + following operators now work: + + +=, -=, *=, /=, \=, <<=, >>=, .*=, ./=, .\=, &=, |= + + These operators are currently implemented using a relatively + inefficient brute-force method but hey, they work. + * The built-in variable argv is now a list of strings instead of a string vector.