# HG changeset patch # User Markus Mützel # Date 1658921188 -7200 # Node ID ef45a559f592e2b8d240237d917adbb88e45a678 # Parent 44b9673c7b8daa1693ef783c0fd28c1400a7c011 NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. diff -r 44b9673c7b8d -r ef45a559f592 etc/NEWS.7.md --- a/etc/NEWS.7.md Fri Jul 22 15:30:29 2022 -0400 +++ b/etc/NEWS.7.md Wed Jul 27 13:26:28 2022 +0200 @@ -37,6 +37,12 @@ - `inputParser`: Correctly handle cell default values for optional parameters (bug #62639). - `factor.m`: Performance tweak to avoid division in certain cases. - Fix regression with `\color[rgb]` TeX pattern (bug #62668). +- `regexp`: Check pattern length before accessing it (bug #62704). +- `pkg.m`: Create `PREFIX` and `ARCHPREFIX` directories (bug #62681). +- `pkg`: Replace `OCTAVE_HOME` in `PREFIX` and `ARCHPREFIX` independently (bug #62681). +- `randmtzig.cc`: Add missing `#include ` (bug #62750). +- `pkg`: Fix formatting of `copyfile` message (bug #62769). +- `pkg`: Escape special characters in `OCTAVE_HOME` for `regexprep` (bug #62681). ### GUI @@ -65,6 +71,7 @@ - `primes.m`: Move code examples before math theory. - `primes.m`: Mark variables in docstring with `@var{}` macro. - Rewrite section on automatic type conversions (bug #62283). +- `subsasgn`: Correct example code (bug #33221). Summary of important user-visible changes for version 7 (2022-04-06)