diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-24 15:06:31 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-24 15:06:31 +0530 |
commit | d1d3cac0d2828f3b7fe0380412a62fb773fc052d (patch) | |
tree | 1e9f77f3ea6d611173442c060b9839deff2190d1 /actionpack | |
parent | ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85 (diff) | |
download | rails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.tar.gz rails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.tar.bz2 rails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.zip |
Revert "Changelog release dates fixed according to rubygems.org"
This reverts commit ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85.
Reason: Changelogs are not meant to be edited in docrails.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index fb8586b1e7..b753addef4 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -149,14 +149,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 (November 20, 2011) ## +## Rails 3.1.3 (unreleased) ## * Fix using `tranlate` helper with a html translation which uses the `:count` option for pluralization. *Jon Leighton* -## Rails 3.1.2 (November 18, 2011) ## +## Rails 3.1.2 (unreleased) ## * 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 @@ -197,7 +197,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 (October 7, 2011) ## +## Rails 3.1.1 (unreleased) ## * javascript_path and stylesheet_path now refer to /assets if asset pipelining is on. [Santiago Pastorino] |