Skip to content

Commit e8fe50e

Browse files
committedJan 20, 2021
Add changelog entry for v2.0.0-rc.2
1 parent ba6be13 commit e8fe50e

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+
### 2.0.0-rc.2
4+
- Make `Task#cancelAll` and `TaskInstance#cancel` awaitable (#396). See
5+
[topic in UPGRADING-2.x.md](https://github.com/machty/ember-concurrency/blob/v2/UPGRADING-2.x.md#taskcancelall-and-taskinstancecancel-returns-a-promise) for more info.
6+
- Fix `TaskProperty` extension methods not working with built-in decorators
7+
(e.g. `ember-concurrency-retryable`, `ember-concurrency-test-waiters`, etc.)
8+
- [dev] Add test for interop w/ ember-concurrency-decorators
9+
- [dev] Migrate CI to GitHub Actions (#393)
10+
311
### 2.0.0-rc.1
412
- Implement decorators from `ember-concurrency-decorators`. The "nice" decorators
513
from `ember-concurrency-decorators` are now built-in to ember-concurrency, without

0 commit comments

Comments
 (0)