Update CHANGELOG

This commit is contained in:
Ryan Bigg 2017-10-16 09:37:55 +11:00
parent 79fb51f98a
commit 49f1099cf4
No known key found for this signature in database
GPG Key ID: 975F83C31B3D05D6
1 changed files with 2 additions and 24 deletions

View File

@ -1,25 +1,3 @@
# 0.8.3
# Changelog has moved
See https://github.com/svenfuchs/i18n/releases/tag/v0.8.3
# 0.8.2
See https://github.com/svenfuchs/i18n/releases/tag/v0.8.2
# 0.8.1
See https://github.com/svenfuchs/i18n/releases/tag/v0.8.1
# 0.8.0
See https://github.com/svenfuchs/i18n/releases/tag/v0.8.0
# 0.7.0
* Drop support to Ruby 1.8.7 / REE
* Drop support to Rails 2.3 / 3.0 / 3.1
* Remove deprecated stuff:
- Setting `:default_exception_hander` Symbol to `I18n.exception_handler`.
- `normalize_translation_keys` in favor of `normalize_keys`.
- `:rescue_format` option on the exception handler.
- `enforce_available_locales` now defaults to true with no deprecation message.
For changes, please see our [Releases page](https://github.com/svenfuchs/i18n/releases).