diff NEWS @ 8014:44d206ae68c9

improve fsolve compatibility
author John W. Eaton <jwe@octave.org>
date Wed, 06 Aug 2008 15:50:44 -0400
parents 86dae6e5b83c
children 3b53b25e2550
line wrap: on
line diff
--- a/NEWS	Wed Aug 06 14:40:16 2008 -0400
+++ b/NEWS	Wed Aug 06 15:50:44 2008 -0400
@@ -12,6 +12,11 @@
     removed from Octave. These function were incompatible with the high
     level graphics handle code.
 
+ ** The fsolve function now accepts an option structure argument (see
+    also the optimset function).
+    The INFO values returned from fsolve have changed to be compatible
+    with Matlab's fsolve function.
+
  ** Object Oriented Programming
 
     TO BE WRITTEN