Mercurial > hg > octave-jordi
changeset 10406:0c8d2278c57f
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 09 Mar 2010 08:08:42 +0100 |
parents | cc69a17ec801 |
children | 2516ca5763e9 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-09 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2010-03-01 John W. Eaton <jwe@octave.org> * acinclude.m4 (OCTAVE_CXX_COMPLEX_REFERENCE_ACCESSORS,
--- a/NEWS +++ b/NEWS @@ -225,6 +225,10 @@ ** The behavior of isreal and isnumeric functions was changed to be more Matlab-compatible. + ** The integer math & conversion warnings (Octave:int-convert-nan, + Octave:int-convert-non-int-val, Octave:int-convert-overflow, + Octave:int-math-overflow) have been removed. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------