changeset 31350:0c6530418460

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 26 Oct 2022 19:12:39 +0200
parents 7c02f8000110 (current diff) 9e7a7e6f54bc (diff)
children ecfb41743fd2
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:57:09 2022 +0200
+++ b/etc/NEWS.7.md	Wed Oct 26 19:12:39 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