aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorKarunakar (Ruby) <revurikarna@gmail.com>2012-01-08 22:54:11 +0530
committerKarunakar (Ruby) <revurikarna@gmail.com>2012-01-08 23:26:46 +0530
commite634d25ac809e12e7dd109029f2d4e49c5fcc4e6 (patch)
tree46a4f73bd17dc0641b0dcbe622664c2c29d7953e /actionpack/CHANGELOG.md
parent7cfd1bd76a41bea528c945d821a9fbc3902af479 (diff)
downloadrails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.tar.gz
rails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.tar.bz2
rails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.zip
Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 583d984989..3174d5d2e6 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -159,14 +159,14 @@
* Assets should use the request protocol by default or default to
relative if no request is available *Jonathan del Strother*
-## Rails 3.1.3 (unreleased) ##
+## Rails 3.1.3 (November 20, 2011) ##
* Fix using `translate` helper with a html translation which uses the `:count` option for
pluralization.
*Jon Leighton*
-## Rails 3.1.2 (unreleased) ##
+## Rails 3.1.2 (November 18, 2011) ##
* Fix XSS security vulnerability in the `translate` helper method. When using interpolation
in combination with HTML-safe translations, the interpolated input would not get HTML
@@ -207,7 +207,7 @@
* Ensure users upgrading from 3.0.x to 3.1.x will properly upgrade their flash object in session (issues #3298 and #2509)
-## Rails 3.1.1 (unreleased) ##
+## Rails 3.1.1 (October 07, 2011) ##
* javascript_path and stylesheet_path now refer to /assets if asset pipelining
is on. *Santiago Pastorino*