Skip to content

Commit

Permalink
Add news for new Char broadcasting (#30024)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored and StefanKarpinski committed Nov 26, 2018
1 parent 79b5b2c commit ce82406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 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
---------------------
Expand Down

0 comments on commit ce82406

Please sign in to comment.