diff --git a/Changelog.md b/Changelog.md index 8ba0245b..ae8a46af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## 4.1.1 + + * prevent warnings about missing `rtl` definition for included locales + * improve warning about missing `rtl` for app-defined locales + ## 4.1.0 * `service:i18n` now has a `locales` property that lists available locales diff --git a/package.json b/package.json index af08a007..c610de06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "4.1.0", + "version": "4.1.1", "description": "Internationalization for Ember", "directories": { "doc": "doc",