Skip to content

Commit

Permalink
Update NEWS.md w.r.t. removal of localize_vars [ci skip] (JuliaLang#2…
Browse files Browse the repository at this point in the history
…1034)

Changes related to PR JuliaLang#19594
  • Loading branch information
amitmurthy authored and ajkeller34 committed Mar 17, 2017
1 parent eef9240 commit 50ee7b9
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 @@ -223,6 +223,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 50ee7b9

Please sign in to comment.