Skip to content

Commit 5158a19

Browse files
author
José Valim
committed
Add a CHANGELOG entry to task change
1 parent fd936bb commit 5158a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* [Access] `Kernel.access/2` no longer exists and the `Access` protocol now requires `get/2` (instead of `access/2`) and `get_and_update/3` to be implemented
3030
* [Kernel] Retrieving docs as `module.__info__(:docs)` is no longer supported, please use `Code.get_docs/2` instead
3131
* [Mix] `mix new` no longer generates a supevision tree by default, please pass `--sup` instead
32+
* [Task] Tasks are automatically linked to callers and a failure in the task will crash the caller directly
3233

3334
## v0.13.3 (2014-05-24)
3435

0 commit comments

Comments
 (0)