changeset 33656:1c60a5225fe1 default @

maint: Merge stable to default.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 04 Jun 2024 20:05:27 -0400
parents 659804a59861 (current diff) 3ee1754876bf (diff)
children 6f2baadfdb3d
files etc/NEWS.9.md
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Tue Jun 04 16:41:32 2024 -0700
+++ b/etc/NEWS.9.md	Tue Jun 04 20:05:27 2024 -0400
@@ -5,10 +5,17 @@
 
 ### Improvements and fixes
 
+- `jupyter-notebook`: Avoid error if evaluated code closes an existing figure
+  window.  Use unwind_protect block to ensure figure and tempfile cleanup
+  actions occur (bug #65644).
+
 ### GUI
 
 ### Build system / Tests
 
+- `jupyter-notebook` test no longer fails if a figure window is open
+  (bug #65644).
+  
 ### Documentation
 
 - `load`: Correct documentaion of -v7.3 and -hdf5 options (bug #42530).
@@ -45,9 +52,6 @@
   (bug #65750).
 - `hist.m`: Avoid error when `y` value range is very small (bug #65714).
 - `barh`: Add input validation check for `nargin < 1`.
-- `jupyter-notebook`: Avoid error if evaluated code closes an existing figure
-  window.  Use unwind_protect block to ensure figure and tempfile cleanup
-  actions occur (bug #65644).
 
 ### GUI
 
@@ -83,8 +87,6 @@
 - Check if C and Fortran compilers accept `-fexceptions` flag (bug #65767).
   This affects building Octave itself from sources and also how .mex or .oct
   files are built by `mex` and `mkoctfile`.
-- `jupyter-notebook` test no longer fails if a figure window is open
-  (bug #65644).
 
 ### Documentation