diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-12 11:23:51 -0800 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-12 11:23:51 -0800 |
commit | 84d633a0b3e74ded1daae58a10508122c2a57879 (patch) | |
tree | 892071e3bbb05bacdc658400dd4f25204b581d5e | |
parent | ab8071f81e518d53396504156e2b9bb16249d05f (diff) | |
parent | e634d25ac809e12e7dd109029f2d4e49c5fcc4e6 (diff) | |
download | rails-84d633a0b3e74ded1daae58a10508122c2a57879.tar.gz rails-84d633a0b3e74ded1daae58a10508122c2a57879.tar.bz2 rails-84d633a0b3e74ded1daae58a10508122c2a57879.zip |
Merge pull request #4387 from Karunakar/releasenotes
Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3
-rw-r--r-- | actionpack/CHANGELOG.md | 6 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 4 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 6e609e6c7e..8f5e45e602 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -161,14 +161,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 @@ -209,7 +209,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* diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4b1b3bda0e..bba6447bf9 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -190,7 +190,7 @@ *Aaron Christy* -## Rails 3.1.3 (unreleased) ## +## Rails 3.1.3 (November 20, 2011) ## * Perf fix: If we're deleting all records in an association, don't add a IN(..) clause to the query. *GH 3672* @@ -203,7 +203,7 @@ *Christos Zisopoulos and Kenny J* -## Rails 3.1.2 (unreleased) ## +## Rails 3.1.2 (November 18, 2011) ## * Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces were not being stripped from the schema names after the first. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 31ff241230..b292ed111e 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -42,7 +42,7 @@ * Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran* -## Rails 3.1.2 (unreleased) ## +## Rails 3.1.2 (November 18, 2011) ## * Engines: don't blow up if db/seeds.rb is missing. |