diff NEWS @ 27238:177be3c01238

setxor.m: Accept a "legacy" flag for Matlab compatibility. * NEWS: Announce "legacy" flag. * setxor.m Add new calling form and explanation of "legacy" option to docstring. Allow up to 4 inputs in input validation. Check for "legacy" in input options and set variable optlegacy. Set variable isrowvec based on optlegacy and orientation of inputs. Adjust orientation of outputs ia, ib based on optlegacy and isrowvec. Add BIST test for "legacy" input.
author Rik <rik@octave.org>
date Thu, 11 Jul 2019 19:55:53 -0700
parents 67e5e997a3bf
children f49226d21c26
line wrap: on
line diff
--- a/NEWS	Thu Jul 11 15:29:38 2019 -0700
+++ b/NEWS	Thu Jul 11 19:55:53 2019 -0700
@@ -58,9 +58,10 @@
   from releases prior to R2012b, can be obtained by using the `"legacy"`
   flag.
 
-- The functions `intersect`, `union` now accept a `"legacy"` flag which
-  changes the index values (second and third outputs) as well as the
-  orientation of all outputs to match Matlab releases prior to R2012b.
+- The functions `intersect`, `setxor`, `union`, now accept a `"legacy"`
+  flag which changes the index values (second and third outputs) as well
+  as the orientation of all outputs to match Matlab releases prior to
+  R2012b.
 
 - Complex RESTful web services can now be accessed by the `webread` and
   `webwrite` functions alongside with the `weboptions` structure.  One