diff --git a/Changelog.md b/Changelog.md index 78e64602..e615b6d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +## 4.2.0 + + * remove `Stream` awareness from `service:i18n` to ensure streamless + operation on Ember 1.13+ + * correct Polish pluralization + * pass ID to `Ember.warn` to prevent deprecation warnings + * `missingMessage` gets called on the `service:i18n` instance + * coerce `count` to a number + * don't use ES2015 classes to ensure IE8 compatibility + * use public `getOwner` API for container / registry functions + ## 4.1.4 * fix incompatibility with Ember 2.2 `Stream` class diff --git a/package.json b/package.json index c34fa3cf..88749810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "4.1.4", + "version": "4.2.0", "description": "Internationalization for Ember", "directories": { "doc": "doc",