Mercurial > hg > octave-nkf
diff NEWS @ 18038:c404cec84eb4
New function validaattributes to perform input checking for functions.
* validateattributes.m: new function file.
* NEWS: add function to list of new functions for next release.
* interpreter/func.txi: add docstring of new function to the functions chapter.
* general/module.mk: add validateattributes.m to list of files to be installed.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Mon, 02 Dec 2013 18:06:40 +0000 |
parents | 132667955f66 |
children | 728cb7530538 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Summary of important user-visible changes for version 4.0: +--------------------------------------------------------- + + ** Other new functions added in 4.0.0: + + validateattributes + Summary of important user-visible changes for version 3.8: ---------------------------------------------------------