From 7f712289e9b37f2ec4999abcca03c79aa99e6388 Mon Sep 17 00:00:00 2001 From: "Andrey A.I. Sitnik" Date: Tue, 22 Jun 2010 22:03:03 +0400 Subject: [PATCH] Go to version 0.4.6 --- r18n-core/ChangeLog | 11 +++++++++++ r18n-core/lib/r18n-core/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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