Skip to content

Commit a5a9287

Browse files
committed
Released 0.8.6
1 parent 1af9df9 commit a5a9287

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 0.8.6
3+
- Add `.debug()` Task Modifier and EmberENV.DEBUG_TASKS to log
4+
the reason a task is canceled, e.g. "TaskInstance 'doStuff' was
5+
canceled because the object it lives on was destroyed or unrendered"
26

37
### 0.8.5
48
- Support null/undefined values in cancelable promise helpers (#153)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)