# HG changeset patch # User Markus Mützel # Date 1710171516 -3600 # Node ID 27afeba070ed73a8193ece46268710d0f8482410 # Parent c4500208f280cc0902df57894231b98aba940b4c 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. diff -r c4500208f280 -r 27afeba070ed etc/NEWS.9.md --- 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