changeset 9645:73c4809881b0 octave-forge

miscellaneous: fix NEWS file to appropriate status of partarray function
author carandraug
date Mon, 12 Mar 2012 18:01:06 +0000
parents 53275a8b8078
children 3250035e724f
files main/miscellaneous/NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/NEWS	Mon Mar 12 18:00:10 2012 +0000
+++ b/main/miscellaneous/NEWS	Mon Mar 12 18:01:06 2012 +0000
@@ -22,7 +22,7 @@
  ** The functions `apply' and `map' have been deprecated. `cellfun' and
     `arrayfun' from octave core should be used instead.
 
- ** The function `partarray' has been removed. `mat2cell' from octave core
+ ** The function `partarray' has been deprecated. `mat2cell' from octave core
     should be used instead.
 
  ** Multiple bug fixes and increased input check on many functions.