diff --git a/CHANGELOG.md b/CHANGELOG.md index 5efc5b968..858224b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 0.8.16 + - Allow passing a non-Function value to waitForProperty() as + a shortcut for waiting for the observed property to `===` + that value. + ### 0.8.15 - Added waitForProperty() to pause execution until a property on an Ember Object becomes a certain value. diff --git a/package.json b/package.json index 47f4b0fa7..25872fafb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-concurrency", - "version": "0.8.15", + "version": "0.8.16", "description": "Improved concurrency/async primitives for Ember.js", "directories": { "doc": "doc",