# HG changeset patch # User Markus Mützel # Date 1713089974 -7200 # Node ID 25d82c22985dc36c4620e862781537c99d121f24 # Parent cc632fa52f9d1baa34ab4edc679c9b05fbdd2bbc NEWS.9.md: Remove duplicate entry. * etc/NEWS.9.md: Remove duplicate entry. Improve markdown syntax. diff -r cc632fa52f9d -r 25d82c22985d etc/NEWS.9.md --- 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