Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Nov 20, 2015
1 parent 2233786 commit ed9708b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
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-i18n",
"version": "4.1.4",
"version": "4.2.0",
"description": "Internationalization for Ember",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit ed9708b

Please sign in to comment.