Skip to content

Commit

Permalink
Released 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jun 3, 2016
1 parent c6196bf commit b28eb4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
### 0.7.2
- (perform) and (cancel-all) helpers no longer cause run loop autoruns
- The .keepLatest() task modifier has been redocumented due
to popular demand; it's useful for when you want to enqueue
only the most recent intermediate .perform() and drop everything
in between.

### 0.7.1
- Support for Ember 1.13.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
"version": "0.7.1",
"version": "0.7.2",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit b28eb4f

Please sign in to comment.