changeset 31349:9e7a7e6f54bc stable

NEWS.7.md: Update NEWS file with recent changes for Octave 7.3.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.3.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 26 Oct 2022 19:11:04 +0200
parents 800eb86438cc
children 0c6530418460 80bd450892b2
files etc/NEWS.7.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Wed Oct 26 18:56:06 2022 +0200
+++ b/etc/NEWS.7.md	Wed Oct 26 19:11:04 2022 +0200
@@ -23,6 +23,9 @@
 - Fix incorrect `lambda` outputs for `lsqnonneg` and `pqpnonneg` (bug #63178).
 - `addtodate.m`: Fix wrong month returned when subtracting a month from some end-of-month dates (bug #60671).
 - `var.m`: Fix some Inf and NaN inputs returning 0 instead of NaN (bug #63203)
+- `legend.m`: Fix error with `contour` plot containing `clabel`s (bug #63262).
+- `dec2bin.m`: Fix input validation (bug #63089).
+- `glpk.m`: Avoid using `isfinite` on potentially sparse input.
 
 ### GUI
 - Respect confirmation when deleting files in file browser widget (bug #63198).
@@ -32,6 +35,8 @@
 - `io.tst`: Add test case for `scanf` (bug #62723).
 - `nextpow2.m`: Add bug number tag to regression tests (bug #62947).
 - `quad2d.m`: Add BIST to cset b0e90ca8e679 (bug #62972).
+- Add test for number of methods with `classdef` in @folder (bug #62802).
+- Use Autoconf macro to find `egrep` executable.
 
 ### Documentation