Preparing for 3.2.19 release

This commit is contained in:
Rafael Mendonça França
2014-07-02 12:55:09 -03:00
parent 1f2192e46d
commit 53c845cb18
16 changed files with 50 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
## Rails 3.2.19 (Jul 2, 2014) ##
* Fix regression when using `ActionView::Helpers::TranslationHelper#translate` with
`options[:raise]`.

View File

@@ -2,7 +2,7 @@ module ActionPack
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 18
TINY = 19
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')