# HG changeset patch # User Markus Mützel # Date 1654160874 -7200 # Node ID 28d63e8bcaa79946978a5f943cf3a890ff17064b # Parent 3a93a77dd4cf994adde74514028038d2482e5122 NEWS.7.md: Add note about whitespace after inplace operators (bug #62552). diff -r 3a93a77dd4cf -r 28d63e8bcaa7 etc/NEWS.7.md --- a/etc/NEWS.7.md Wed Jun 01 17:19:30 2022 -0400 +++ b/etc/NEWS.7.md Thu Jun 02 11:07:54 2022 +0200 @@ -86,6 +86,11 @@ between these operators and the variable they affect were allowed. That is no longer the case. +- For compatibility with command syntax, inplace operators (`+=`, `-=`, +`*=`, `.*=`, `/=`, `./=`, `\=`, `.\=`, `^=`, `.^=`, `|=`, `&=`) must now +be followed by a whitespace character. That was not a requirement in +previous versions of Octave. + - The `mldivide` function (i.e., the `\` operator) now uses an LU decomposition to solve nearly singular full square matrices. This is Matlab-compatible and yields results which more nearly minimize `norm