diff NEWS @ 2621:337a09dd1c06

[project @ 1997-01-24 21:49:41 by jwe]
author jwe
date Fri, 24 Jan 1997 21:55:06 +0000
parents ad44ecafabe4
children eebc31f84a4d
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 Summary of changes for version 2.0.2:
 ------------------------------------
 
+  * Octave now stops executing commands from a script file if an error
+    is encountered.
+
+  * The return, and break commands now cause Octave to quit executing
+    commands from script files.  When used in invalid contexts, the
+    break, continue, and return commands are now simply ignored
+    instead of producing parse errors.
+
   * size ("") is now [0, 0].
 
 Summary of changes for version 2.0: