diff scripts/ChangeLog @ 7522:8a6965a01176

log2: ensure F strictly less than 1
author John W. Eaton <jwe@octave.org>
date Sun, 24 Feb 2008 03:32:49 -0500
parents 76c8b57d95dc
children 3feb6e9643cd
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-24  John W. Eaton  <jwe@octave.org>
+
+	* specfun/log2.m: Ensure returned value of F strictly less than 1.
+	From Dave Hawthorne <davehawthorne@ieee.org>.
+
 2008-02-22  Ben Abbott  <bpabbott@mac.com>
 
 	* specfun/legendre.m: Doc fix.