changeset 31519:e3a133bf920f stable

NEWS.8.md: Add short list of bugs fixed for Octave 8 NEWS.8.md: Add short list of bugs that were fixed on the default branch for Octave 8, hence were not covered by the bugfix lists for Octave 7.x.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 23 Nov 2022 05:14:04 -0500
parents b2882cf2a547
children f491195f7687 cb5d5c9d9c14
files etc/NEWS.8.md
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Wed Nov 23 04:56:45 2022 -0500
+++ b/etc/NEWS.8.md	Wed Nov 23 05:14:04 2022 -0500
@@ -178,6 +178,16 @@
   `LDFLAGS` rather than `LFLAGS`.  `LFLAGS` was deprecated in Octave 6,
   and will be removed in a future version of Octave.
 
+Summary of bugs fixed for version 8.1.0 (YYYY-MM-DD):
+----------------------------------------------------
+
+- Improved input validation and/or output handling for `poly`, `pinv`, `patch`,
+  `fill`, `fill3`, `qp`, `datevec`, `textscan`, `sub2ind`, `qr`, `airy`,
+  `regexp`, `dec2bin`, `dec2hex`, and many others.
+- Improved performance for `complex`, `fftw`, `delaunayn`, `isfield`, `tsearch`,
+  sparse matrix exponentiation, other sparse operations, and many others.
+- Overhauled `@audiorecorder` and `@audioplayer` classes.
+
 ### Old release news
 
 - [Octave 7.x](etc/NEWS.7)