From: <car...@us...> - 2012-05-10 15:00:25
|
Revision: 10402 http://octave.svn.sourceforge.net/octave/?rev=10402&view=rev Author: carandraug Date: 2012-05-10 15:00:14 +0000 (Thu, 10 May 2012) Log Message: ----------- general: update NEWS Modified Paths: -------------- trunk/octave-forge/main/general/NEWS Modified: trunk/octave-forge/main/general/NEWS =================================================================== --- trunk/octave-forge/main/general/NEWS 2012-05-10 14:55:27 UTC (rev 10401) +++ trunk/octave-forge/main/general/NEWS 2012-05-10 15:00:14 UTC (rev 10402) @@ -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: ------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |