comparison etc/NEWS.6.md @ 31710:bc24b226891a stable

strip trailing whitespace and extra blank lines modified files: HACKING.md, NEWS.6.md, NEWS.8.md, RELEASE_CHECKLIST.md
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2023 16:15:16 -0500
parents ed7b17c7ddf3
children 0d84db643ed8
comparison
equal deleted inserted replaced
31706:597f3ee61a48 31710:bc24b226891a
283 283
284 - New warnings have been added about questionable uses of the colon `':'` 284 - New warnings have been added about questionable uses of the colon `':'`
285 range operator. Each has a new warning ID so that it can be disabled 285 range operator. Each has a new warning ID so that it can be disabled
286 if desired. 286 if desired.
287 287
288 > `Octave:colon-complex-argument` : when any arg is complex 288 > `Octave:colon-complex-argument` : when any arg is complex
289 > `Octave:colon-nonscalar-argument` : when any arg is non-scalar 289 > `Octave:colon-nonscalar-argument` : when any arg is non-scalar
290 290
291 - The `regexp` and related functions now correctly handle and *require* 291 - The `regexp` and related functions now correctly handle and *require*
292 strings in UTF-8 encoding. As with any other function that requires 292 strings in UTF-8 encoding. As with any other function that requires
293 strings to be encoded in Octave's native encoding, you can use 293 strings to be encoded in Octave's native encoding, you can use