changeset 32241:4379d4e29943

NEWS: Add note about changed behavior of optimset and optimget (bug #64525). * etc/NEWS.9.md: Add note about error on ambiguous matches of short option names.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Aug 2023 18:28:16 +0200
parents d1bbd7a0982c
children 4d4922c57a92
files etc/NEWS.9.md
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Mon Aug 07 11:16:51 2023 -0700
+++ b/etc/NEWS.9.md	Tue Aug 08 18:28:16 2023 +0200
@@ -123,6 +123,9 @@
 - `xlim`, `ylim`, `zlim` functions can now query or set the limit calculation
 method which is one of "tickaligned", "tight", or "padded".
 
+- `optimget` and `optimset` now error on an ambiguous match of an incomplete
+option name instead of emitting a warning.
+
 ### Alphabetical list of new functions added in Octave 9
 
 * `isenv`