diff --git a/r18n-core/ChangeLog b/r18n-core/ChangeLog index 2203d87e..6633afe6 100644 --- a/r18n-core/ChangeLog +++ b/r18n-core/ChangeLog @@ -1,3 +1,14 @@ +== 0.4.6 (Trinity) +* Add support for new interpolation syntax in Rails 3. +* Add Catalian locale (by Jordi Romero). +* Add Finish locale (by Laura Guillén). +* Add British locale (by JP Hastings-Spital). +* Add Latvian locale (by Iļja Ketris). +* Fix Spanish (by Jordi Romero), German, French, Esperanto (Iļja Ketris) and + Polish locales. +* Fix documentation (by Iļja Ketris and felix). +* Remove RubyGems from plugins requires. + == 0.4.5 (Annual) * Filters for several types. * Global HTML escaping run before Markdown and Textile formatting. diff --git a/r18n-core/lib/r18n-core/version.rb b/r18n-core/lib/r18n-core/version.rb index ee35fd9c..c9ea583a 100644 --- a/r18n-core/lib/r18n-core/version.rb +++ b/r18n-core/lib/r18n-core/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module R18n - VERSION = '0.4.5' unless defined? R18n::VERSION + VERSION = '0.4.6' unless defined? R18n::VERSION end