diff NEWS @ 19069:ff820f92cbb5

inputParser: classdef port of @inputParser from Octave Forge general pkg. * scripts/general/classdef.m: an almost Matlab compatible version of this class was part of the Octave Forge general package since 2011, and made use of @class syntax. With classdef now implemented in Octave, this is a port of that function with the incompatibilities fixed. The help text needs to be adapted after a new format is decided for this files. * scripts/general/module.mk: add new file to the build system. * NEWS: reference new class. * doc/interpreter/func.texi: add DOCSTRING on the manual.
author Carnë Draug <carandraug@octave.org>
date Wed, 20 Aug 2014 00:24:03 +0100
parents 9ef10e6a5987
children 3d0f4f4ec688
line wrap: on
line diff
--- a/NEWS	Wed Aug 20 10:19:09 2014 -0700
+++ b/NEWS	Wed Aug 20 00:24:03 2014 +0100
@@ -13,6 +13,10 @@
       methods       endmethods
       properties    endproperties
 
+ ** New classes in Octave 4.2:
+
+      inputParser
+
  ** Interpolation function changes for Matlab compatibility
 
     The interpolation method 'cubic' is now equivalent to 'pchip'