changeset 10904:69a2e9ccb2fb

NEWS: Add randi to list of new functions
author Rik <octave@nomad.inbox5.com>
date Sat, 21 Aug 2010 11:18:26 -0700
parents 9f0f1a89c704
children 9ee5a0a1b93d
files ChangeLog NEWS
diffstat 2 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-21  Rik <octave@nomad.inbox5.com>
+
+	* NEWS: Add randi to list of new functions
+
 2010-08-09  John Swensen <jpswensen@gmail.com>
 
 	* mkoctfile.in: Add ability to pass -pthread through to linker.
--- a/NEWS
+++ b/NEWS
@@ -316,13 +316,13 @@
 
   ** The following new functions were added:
 
-      accumdim     erfcx        luupdate     ppder        sizemax
-      bitpack      fileread     merge        ppint        strread
-      bitunpack    fminbnd      nfields      ppjumps      textread
-      blkmm        fskipl       nth_element  pqpnonneg    whitebg
-      cbrt         ifelse       onCleanup    repelems
-      chop         ishermitian  pbaspect     reset
-      daspect      isindex      powerset     rsf2csf
+      accumdim     erfcx        luupdate     ppder        rsf2csf
+      bitpack      fileread     merge        ppint        sizemax
+      bitunpack    fminbnd      nfields      ppjumps      strread
+      blkmm        fskipl       nth_element  pqpnonneg    textread
+      cbrt         ifelse       onCleanup    randi        whitebg
+      chop         ishermitian  pbaspect     repelems     
+      daspect      isindex      powerset     reset
   
   ** The behavior of struct assignments to non-struct values has been changed.
      Previously, it was possible to overwrite an arbitrary value: