changeset 31520:f491195f7687

maint: Merge stable to default.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 23 Nov 2022 05:14:34 -0500
parents 026b1a77f098 (current diff) e3a133bf920f (diff)
children bbd07d0f587b
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:57:39 2022 -0500
+++ b/etc/NEWS.8.md	Wed Nov 23 05:14:34 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)