Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8893:937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sun, 01 Mar 2009 09:49:37 -0500 |
parents | 32d218494602 |
children | 4414e555505d |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Ben Abbott <bpabbott@mac.com> + + * general/num2str.m: Trivial bug fix. Recent switch from split() + to strsplit() produced cells rather than character data. + 2009-03-01 Ben Abbott <bpabbott@mac.com> * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted,