# HG changeset patch # User Markus Mützel # Date 1667407515 -3600 # Node ID 94cde013cffcf013faa8bc4e8d6692b53eef1392 # Parent 26da1722407b176521afc81ba0210ab0f9dd2671 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. diff -r 26da1722407b -r 94cde013cffc etc/NEWS.7.md --- a/etc/NEWS.7.md Wed Nov 02 17:39:21 2022 +0100 +++ b/etc/NEWS.7.md Wed Nov 02 17:45:15 2022 +0100 @@ -27,6 +27,8 @@ - `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. +- `var.m`: Use `bsxfun` rather than broadcasting with vector weighting (bug #63291). +- Fix out of bound indexing in in-place broadcasting operations (bug #63303). ### GUI - Respect confirmation when deleting files in file browser widget (bug #63198). @@ -49,6 +51,7 @@ - `lsode`: Make TeX and non-TeX docstrings agree. - `curl`: Fix error in TeX docstring. - Update text on function argument checking. +- `schur`: Update documentation. Summary of bugs fixed for version 7.2.0 (2022-07-28):