diff --git a/NEWS.md b/NEWS.md index 851575c3d0702..0b055422d28c0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,7 +14,8 @@ Language changes returns a `BigFloat` with precision equal to `precision(BigFloat)` ([#29127]). * Parser inputs ending with a comma are now consistently treated as incomplete. Previously they were sometimes parsed as tuples, depending on whitespace ([#28506]). - * `Regex` now behave like a scalar when used in broadcasting ([#29913]). + * `Regex` now behaves like a scalar when used in broadcasting ([#29913]). + * `Char` now behaves like a read-only 0-dimensional array ([#29819]). New library functions ---------------------