Skip to content

Commit b28eb4f

Browse files
committed
Released 0.7.2
1 parent c6196bf commit b28eb4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
### 0.7.2
3+
- (perform) and (cancel-all) helpers no longer cause run loop autoruns
4+
- The .keepLatest() task modifier has been redocumented due
5+
to popular demand; it's useful for when you want to enqueue
6+
only the most recent intermediate .perform() and drop everything
7+
in between.
8+
29
### 0.7.1
310
- Support for Ember 1.13.0
411

package.json

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

0 commit comments

Comments
 (0)