Skip to content

Commit

Permalink
Add NEWS item
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ararslan committed Dec 14, 2016
1 parent e59a277 commit e5a4417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Library improvements

* New `titlecase` function, which capitalizes the first character of each word within a string ([#19469]).

* `any` and `all` now always short-circuit, and `mapreduce` never short-circuits ([#19543]).
That is, not every member of the input iterable is be visited if a `true` (in the case of `any`) or
`false` (in the case of `all`) value is found, and `mapreduce` will visit all members of the iterable.

Compiler/Runtime improvements
-----------------------------

Expand Down

0 comments on commit e5a4417

Please sign in to comment.