changeset 10216:8710ef5d29fa octave-forge

general: update NEWS
author carandraug
date Thu, 10 May 2012 15:00:14 +0000
parents 3bd3e4f9ad8c
children 8bc0da89f8ef
files main/general/NEWS
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/general/NEWS	Thu May 10 14:55:27 2012 +0000
+++ b/main/general/NEWS	Thu May 10 15:00:14 2012 +0000
@@ -1,3 +1,17 @@
+Summary of important user-visible changes for general 1.3.1:
+-------------------------------------------------------------------
+
+ ** general 1.3.1 is a bug fix release
+
+ ** The `addSwitch' method from inputParser class has been fixed
+
+ ** For Matlab compatibility, optional arguments of the inputParser class
+    will be skipped and followed by ParamValue and Switch arguments if they
+    are a string that does not validate. Note that unlike Matlab, if no
+    validator is given, anything is valid, so giving no validator to an
+    Optional argument will not turn any string on the list of arguments
+    to be considered a ParamValue key.
+
 Summary of important user-visible changes for general 1.3.0:
 -------------------------------------------------------------------