changeset 33273:2bd98dd04bbc stable

NEWS.9.md: Update NEWS file with changes for Octave 9.2.0. * etc/NEWS.9.md: Update NEWS file with changes for Octave 9.2.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 30 Mar 2024 12:20:19 +0100
parents c61aadb5b676
children a29e8d52c4e8 32669ebfd773
files etc/NEWS.9.md
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sat Mar 30 09:21:53 2024 +0100
+++ b/etc/NEWS.9.md	Sat Mar 30 12:20:19 2024 +0100
@@ -5,12 +5,29 @@
 
 ### Improvements and fixes
 
+- `hist.m`: Add input validation for `Y` restricting it to 2-D array
+  (bug #65478).
+
 ### GUI
 
+- Use first word for options in right-click menu of command window widget
+  (bug #65518).
+- Set `DontUseNativeDialog` flag as first property in `QFileDialog`.
+
 ### Build system / Tests
 
+- Avoid overriding `save_*` variables from outer scope (bug #65476).
+  This fixes an error that might have lead to overlinking of shared libraries
+  (e.g., `.oct` files). Consider rebuilding shared libraries that have been
+  built with Octave 9.1.0.
+
 ### Documentation
 
+- Describe shape of outputs for `hist` (bug #65471).
+- Simplify programming notes for `patch` objects (bug #65421).
+- `vecnorm.m`: Add missing parenthesis to equation in docstring.
+- Update remaining copyright statements to 2024.
+
 
 Summary of important user-visible changes for version 9 (2024-03-12):
 ---------------------------------------------------------------------