changeset 31987:a40fd748bf1f stable

NEWS.8.md: Update NEWS file with recent changes for Octave 8.2.0. * etc/NEWS.8.md: Update NEWS file with recent changes for Octave 8.2.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 08 Apr 2023 14:11:13 +0200
parents 2f21784af0b9
children 50b3024162cd 9b36d30d27e3
files etc/NEWS.8.md
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Sat Apr 08 14:02:39 2023 +0200
+++ b/etc/NEWS.8.md	Sat Apr 08 14:11:13 2023 +0200
@@ -15,6 +15,14 @@
 - Remove trailing `'\r'` from curl dir list (bug #63851).
 - `fopen`: Use "UTF-8" as default encoding for `fopen` (bug #63930).
 - Don't use encoding facet when writing bytes to stream (bug #63931).
+- `fopen`, `unicode2native`: Fix converting the encoding of short char
+  arrays with invalid UTF-8 (bug #63930).
+- `fopen`: Try to gather complete UTF-8 surrogates when converting
+  encoding (bug #63930).
+- Fix display of scalar complex variables with mixed `Inf`/`NaN` and
+  floating point values (bug #63961).
+- `fopen`: Do not convert encoding for file streams with libc++
+  (bug #63930).
 
 ### GUI
 - Speedup loading and saving preferences dialog (bug #63909).
@@ -25,9 +33,11 @@
 - `acinclude.m4`: Correct typo in `#define PCRE2_CODE_UNIT_WIDTH`.
 - `lu`: Add self-test with complex valued input.
 - Disable visibility flags by default (bug #61855, bug #63916).
+- Check whether using STL from LLVM or Apple (bug #63930).
 
 ### Documentation
 - Improve documentation for `linspace` and `logspace` functions.
+- Correct and improve documentation for `sparse()` function.
 
 
 Summary of important user-visible changes for version 8 (2023-03-07):