aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/CHANGELOG.md8
-rw-r--r--actionpack/CHANGELOG.md5
-rw-r--r--activemodel/CHANGELOG.md8
-rw-r--r--activerecord/CHANGELOG.md6
-rw-r--r--activeresource/CHANGELOG.md8
-rw-r--r--activesupport/CHANGELOG.md8
-rw-r--r--railties/CHANGELOG.md8
7 files changed, 41 insertions, 10 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 9f008e6947..06ee659c25 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,8 +1,12 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
* No changes.
-## Rails 3.2.6 (Jun 12, 2012)
+## Rails 3.2.7 (Jul 26, 2012) ##
+
+* No changes.
+
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 0aaaaf92ea..366d21f5c3 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 3.2.8 ##
+
+* No changes.
+
+
## Rails 3.2.7 (Jul 26, 2012) ##
* Do not convert digest auth strings to symbols. CVE-2012-3424
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 475149e852..3cab13a709 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,10 +1,14 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
+
+* No changes.
+
+## Rails 3.2.7 (Jul 26, 2012) ##
* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.
* Fix the the backport of the object dup with the ruby 1.9.3p194.
-## Rails 3.2.6 (Jun 12, 2012)
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c1d9e080bf..8da51a64c3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,11 +1,17 @@
## Rails 3.2.8 ##
+* Do not eager load AR session store. ActiveRecord::SessionStore depends on the abstract store in Action Pack. Eager loading this class would break client code that eager loads Active Record standalone. Fixes #7160 *Xavier Noria*
+
* Do not set RAILS_ENV to "development" when using `db:test:prepare` and related rake tasks.
This was causing the truncation of the development database data when using RSpec.
Fix #7175.
*Rafael Mendonça França*
+* Change update_attribute deprecation warning suggesting to use update_columns instead of update_column. *Philip Arndt*
+
+* update_columns added. *Sebastián Martínez*
+
## Rails 3.2.7 (Jul 26, 2012) ##
* `:finder_sql` and `:counter_sql` options on collection associations
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index 984d3f3099..ee92fc38a4 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,8 +1,12 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
* No changes.
-## Rails 3.2.6 (Jun 12, 2012)
+## Rails 3.2.7 (Jul 26, 2012) ##
+
+* No changes.
+
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8f53a57423..180b93be10 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,8 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
+
+* No changes.
+
+## Rails 3.2.7 (Jul 26, 2012) ##
* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]
@@ -6,7 +10,7 @@
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
* bump AS deprecation_horizon to 4.0
-## Rails 3.2.6 (Jun 12, 2012)
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index d79237c205..5bffe75244 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,9 +1,13 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
+
+* No changes.
+
+## Rails 3.2.7 (Jul 26, 2012) ##
* Since Rails 3.2, use layout false to render no layout
* Use strict_args_position! if available from Thor
-## Rails 3.2.6 (Jun 12, 2012)
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.