Skip to content

Commit

Permalink
Released 0.8.27
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 29, 2019
1 parent 22c4f6d commit ce38e83
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.8.27
- Fix Ember.Logger deprecations (#266)
- Add the ability to `yield forever` to pause a task indefinitely (#274)
- Better error messaging for later versions of Ember (#270)

### 0.8.24
- cancelAll({ resetState: true }) can remove existing derived state (#253)
- fix issue with Ember 3.6.0+ when IE11 is not being targeted (#261)
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.8.26",
"version": "0.8.27",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit ce38e83

Please sign in to comment.