diff scripts/ChangeLog @ 11485:571bfa4fc295

mat2str: handle logical arguments
author John W. Eaton <jwe@octave.org>
date Wed, 12 Jan 2011 01:15:23 -0500
parents 66309af67746
children 8f23b6757225
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Jan 11 19:27:12 2011 +0100
+++ b/scripts/ChangeLog	Wed Jan 12 01:15:23 2011 -0500
@@ -1,3 +1,8 @@
+2011-01-12  John W. Eaton  <jwe@octave.org>
+
+	* strings/mat2str.m: Handle logical arguments.  New tests.
+	Bug #32102.
+
 2011-01-10  John W. Eaton  <jwe@octave.org>
 
 	* linear-algebra/expm.m: Validate nargin.  New tests.