Skip to content

Commit

Permalink
Update NEWS.md w.r.t. removal of localize_vars [ci skip]
Browse files Browse the repository at this point in the history
Changes related to PR #19594
  • Loading branch information
amitmurthy committed Mar 15, 2017
1 parent 1820efa commit 1951dec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ This section lists changes that do not have deprecation warnings.
* `write` on an `IOBuffer` now returns a signed integer in order to be
consistent with other buffers ([#20609]).
* `@async`, `@spawn`, `@spawnat`, `@fetch` and `@fetchfrom` no longer implicitly
localize variables. Previously, the expression would be wrapped in an implicit
`let` block ([#19594]).
* Closures shipped for remote execution via `@spawn` or `remotecall` now automatically
serialize globals defined under Main. For details, please refer to the paragraph
on "Global variables" under the "Parallel computing" chapter in the manual ([#19594]).
Library improvements
--------------------
Expand Down

0 comments on commit 1951dec

Please sign in to comment.