changeset 33405:25d82c22985d stable

NEWS.9.md: Remove duplicate entry. * etc/NEWS.9.md: Remove duplicate entry. Improve markdown syntax.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 14 Apr 2024 12:19:34 +0200
parents cc632fa52f9d
children 507b5fec6bb2 7bad34ee4021
files etc/NEWS.9.md
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sun Apr 14 11:36:21 2024 +0200
+++ b/etc/NEWS.9.md	Sun Apr 14 12:19:34 2024 +0200
@@ -7,7 +7,7 @@
 
 - `hist.m`: Add input validation for `Y` restricting it to 2-D array
   (bug #65478).
-- `cross.m`: Add input validation for 'dim' restricting it to a numeric
+- `cross.m`: Add input validation for `dim` restricting it to a numeric
   integer valued scalar (bug #65544, bug #65527).
 - `getframe.m`: Respect pixel ratio (high DPI) of screen with figure
   (bug #65540).
@@ -22,7 +22,6 @@
   (bug #65518).
 - Set `DontUseNativeDialog` flag as first property in `QFileDialog`.
 - Explicitly raise non-modal message boxes ensuring visibility.
-- Set `DontUseNativeDialog` before other properties of file dialogs.
 
 ### Build system / Tests