Skip to content

Commit b40f111

Browse files
committed
Add changelog entry for 1.1.3
1 parent 1080829 commit b40f111

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 1.1.3
4+
- Fix issue where `rawTimeout`, `waitForEvent`, and `waitForQueue` helper timers
5+
were not properly canceled or cleaned up in some cases, such as when used with
6+
Task-aware Promise helpers such as `race`. (#331. Fixes #309, #329)
7+
- Fix use of Tasks with `action` and `fn` helpers in Ember 3.x (#312, #333. Thanks @thiagofelix for the find!)
8+
- [docs] Remove 404'd link on outdated regenerator runtime removal
9+
- [docs] Document task syntax for use with ES native classes and Ember Octane
10+
311
### 1.1.2
412
- _Totally_ fix use of task groups with ES native class/Glimmer components (#324, thanks @jrjohnson)
513
- [dev] Add test coverage for tasks on ES native class/Glimmer components

0 commit comments

Comments
 (0)