mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
Preparing for 3.2.19 release
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## Rails 3.2.19 (Jul 2, 2014) ##
|
||||
|
||||
* Fix regression when using `ActionView::Helpers::TranslationHelper#translate` with
|
||||
`options[:raise]`.
|
||||
|
||||
|
||||
@@ -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('.')
|
||||
|
||||
Reference in New Issue
Block a user