Skip to content

Commit

Permalink
add to news
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 24, 2021
1 parent d34bbb5 commit 15c001c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Language changes
* Newly created Task objects (`@spawn`, `@async`, etc.) now adopt the world-age for methods from their parent
Task upon creation, instead of using the global latest world at start. This is done to enable inference to
eventually optimize these calls. Places that wish for the old behavior may use `Base.invokelatest`. ([#41449])
* `@time` and `@timev` now take an optional description to allow annotating the source of time reports.
i.e. `@time "Evaluating foo" foo()` ([#42431])
* New `@showtime` macro to show both the line being evaluated and the `@time` report ([#42431])

Compiler/Runtime improvements
-----------------------------
Expand Down

0 comments on commit 15c001c

Please sign in to comment.