diff scripts/ChangeLog @ 5239:8a7224914e16

[project @ 2005-03-24 00:37:15 by jwe]
author jwe
date Thu, 24 Mar 2005 00:37:15 +0000
parents 652e8aa49fa7
children 28c69e8c0e85
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Mar 23 21:40:30 2005 +0000
+++ b/scripts/ChangeLog	Thu Mar 24 00:37:15 2005 +0000
@@ -1,5 +1,8 @@
 2005-03-23  John W. Eaton  <jwe@octave.org>
 
+	* general/tril.m, general/triu.m: Return value of same class as
+	argument.
+
 	* optimization/glpk.m: Simplify interface.  By default, solve
 	standard LP min C'*x s.t. A*x = b, x >= 0.
 	* optimization/glpkmex.m: New file.