Mercurial > hg > octave-jordi
diff NEWS @ 14469:29aabe9b37a2
Rename array-as-vector, array-as-scalar warning IDs to match documentation (bug #35838)
* NEWS: Note change in name of warning IDS
* ov-base-diag.cc, ov-bool-mat.cc, ov-bool-sparse.cc, ov-ch-mat.cc,
ov-cx-mat.cc, ov-cx-sparse.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-intx.h,
ov-perm.cc, ov-range.cc, ov-re-mat.cc, ov-re-sparse.cc, ov.cc: Rename
array-as-vector, array-as-scalar warning IDs to array-to-vector, array-to-scalar
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 15 Mar 2012 20:03:01 -0700 |
parents | 12ccdce2c216 |
children | 86847bd1ccf0 df4cf520cbde |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ Summary of important user-visible changes for version 3.8: --------------------------------------------------------- + ** Warning IDs renamed: + + Octave:array-as-scalar => Octave:array-to-scalar + Octave:array-as-vector => Octave:array-to-vector + ** Other new functions added in 3.8.0: colorcube