Skip to content

Commit

Permalink
NEWS for #19722
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Dec 31, 2016
1 parent 7beca20 commit fae8438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ This section lists changes that do not have deprecation warnings.

* The array-scalar operations `div`, `mod`, `rem`, `&`, `|`, `xor`, `/`, `\`, `*`, `+`, and `-`
now follow broadcast promotion rules ([#19692]).

* `broadcast!(f, A)` now calls `f()` for each element of `A`, rather than doing `fill!(A, f())` ([#19722]).

* `rmprocs` now throws an exception if requested workers have not been completely
removed before `waitfor` seconds. With a `waitfor=0`, `rmprocs` returns immediately
Expand Down

1 comment on commit fae8438

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you introduced a whitespace failure. please run make check-whitespace before pushing anything

Please sign in to comment.