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

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Oct 6, 2015
1 parent df3e93a commit b64a8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.1.4

* fix incompatibility with Ember 2.2 `Stream` class
* `I18nService#locales` are now sorted
* `t` macro adds `i18n.locale` as a dependency so macro-defined
properties update when the locale changes

## 4.1.3

* More Ember 2.1 compatibility
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.3",
"version": "4.1.4",
"description": "Internationalization for Ember",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit b64a8da

Please sign in to comment.