changeset 33186:27afeba070ed stable

NEWS.9.md: Add note about stricter checks for color data of patch objects (bug #65431). * NEWS.9.md: Add note about stricter checks for color data of patch objects.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 11 Mar 2024 16:38:36 +0100
parents c4500208f280
children 6cd9c54e00e7
files etc/NEWS.9.md
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sat Mar 09 19:29:51 2024 +0100
+++ b/etc/NEWS.9.md	Mon Mar 11 16:38:36 2024 +0100
@@ -62,9 +62,12 @@
   state, the resulting value is now displayed in the Command Window for
   informational purposes.
 
-- The axes graphics property "TickDir" now accepts the option "none", which
+- The axes graphics property `"TickDir"` now accepts the option `"none"`, which
   will not draw tick marks but will still draw tick labels.
 
+- Stricter checks are performed for valid dimensions of the color data
+  properties `"CData"` and `"FaceVertexCData"` when rendering `patch` objects.
+
 ### Matlab compatibility
 
 - The `inputParser` function now implements the `PartialMatching` property for