changeset 31922:c735cce18c7a

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 23 Mar 2023 16:22:59 -0400
parents bc7e8f4d4b31 (current diff) 9ddaea221f66 (diff)
children b6e0171c3f44
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:23:52 2023 -0400
+++ b/etc/NEWS.8.md	Thu Mar 23 16:22:59 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):
 ----------------------------------------------------