Skip to content

Commit

Permalink
Released 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jun 8, 2016
1 parent f094b06 commit 3e5b6a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
### 0.7.3
- removed any attempt to auto-polyfill using babel.includePolyfill,
fixing #57. The auto-polyfill was never working reliably so it
shouldn't break anyone's code.

### 0.7.2
- (perform) and (cancel-all) helpers no longer cause run loop autoruns
- The .keepLatest() task modifier has been redocumented due
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.2",
"version": "0.7.3",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 3e5b6a7

Please sign in to comment.