From: <par...@us...> - 2012-02-16 07:19:00
|
Revision: 9632 http://octave.svn.sourceforge.net/octave/?rev=9632&view=rev Author: paramaniac Date: 2012-02-16 07:18:51 +0000 (Thu, 16 Feb 2012) Log Message: ----------- control: update news file Modified Paths: -------------- trunk/octave-forge/main/control/NEWS Modified: trunk/octave-forge/main/control/NEWS =================================================================== --- trunk/octave-forge/main/control/NEWS 2012-02-16 07:12:40 UTC (rev 9631) +++ trunk/octave-forge/main/control/NEWS 2012-02-16 07:18:51 UTC (rev 9632) @@ -10,7 +10,11 @@ e.g. bode (sys1, sys2, sys3). Furthermore, the code takes advantage of the new "arrayfun" function which became a faster oct-file instead of an m-file) +** get + -- The get command doesn't need a return argument anymore. + set (sys, "key", value) is now equivalent to sys = set (sys, "key", value). + =============================================================================== control-2.2.5 Release Date: 2012-02-09 Release Manager: Lukas Reichlin =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |