diff --git a/NEWS.md b/NEWS.md index 368b3fbe7e0cc..aefdb6a142ac8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,7 +16,7 @@ Language changes argument ([#29157]). * 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 behaves like a scalar when used in broadcasting ([#29913]). + * `Regex` and `TimeZone` now behave like scalars when used in broadcasting ([#29913], [#30159]). * `Char` now behaves like a read-only 0-dimensional array ([#29819]). New library functions