changeset 31921:9ddaea221f66 stable

NEWS.8.md: add bugfixes that will show in 8.2.0 NEWS.8.md: Add bugfixes on the stable branch made after 8.1.0 was released.
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 23 Mar 2023 16:21:47 -0400
parents dd23a26b7294
children c735cce18c7a 073cc98750c6
files etc/NEWS.8.md
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Thu Mar 23 11:21:19 2023 -0400
+++ b/etc/NEWS.8.md	Thu Mar 23 16:21:47 2023 -0400
@@ -213,6 +213,15 @@
   `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.2.0 (2023-??-??):
+----------------------------------------------------
+
+- Loading and saving preferences dialog now faster (bug #63909).
+- The `&` and `|` operators now work correctly in if-statements (bug #63835).
+- `mpoles` now handles poles at zero correctly, and the function has been
+  overhauled. (bug #63937).
+- `format native-bit` now consistent with `format native-hex` (bug #63940).
+
 Summary of bugs fixed for version 8.1.0 (2023-01-22):
 ----------------------------------------------------