Skip to content

Commit 090a0d1

Browse files
committed
2.3.2
1 parent 237930d commit 090a0d1

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,5 +1,9 @@
11
# Changelog
22

3+
### 2.3.2
4+
- Simplify the async arrow fn task() API to allow omitting the `this` param, e.g.
5+
`myTask = task(async () => {})` (#477)
6+
37
### 2.3.1
48
- Add runtime assertion to detect transpilation failures with the new async arrow fn API
59

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"scripts": {
66
"build": "ember build --environment=production",

0 commit comments

Comments
 (0)