aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-09 16:25:43 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-09 16:25:43 -0300
commitddedf5d88e79b0d654d0266b53f2a66260d047ce (patch)
tree6a61d9586a634ba6a2e193585204cd1a91334d36
parente91e4e8bbee12ce1496bf384c04da6be296b687a (diff)
downloadrails-ddedf5d88e79b0d654d0266b53f2a66260d047ce.tar.gz
rails-ddedf5d88e79b0d654d0266b53f2a66260d047ce.tar.bz2
rails-ddedf5d88e79b0d654d0266b53f2a66260d047ce.zip
Add release date to CHANGELOGs
-rw-r--r--actionmailer/CHANGELOG.md2
-rw-r--r--actionpack/CHANGELOG.md2
-rw-r--r--activemodel/CHANGELOG.md2
-rw-r--r--activerecord/CHANGELOG.md2
-rw-r--r--activeresource/CHANGELOG.md2
-rw-r--r--activesupport/CHANGELOG.md2
-rw-r--r--railties/CHANGELOG.md2
7 files changed, 7 insertions, 7 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 06ee659c25..4594a1a7b1 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* No changes.
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index aceef9ae27..cc1c6ba46b 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* There is an XSS vulnerability in the strip_tags helper in Ruby on Rails, the
helper doesn't correctly handle malformed html. As a result an attacker can
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 3cab13a709..ead38c650c 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* No changes.
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 669811c74f..44a58e0bee 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* Do not consider the numeric attribute as changed if the old value is zero and the new value
is not a string.
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index ee92fc38a4..c47559d089 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* No changes.
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 78f50fec75..8e7b780dd6 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 2537993df3..52494d5232 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.8 ##
+## Rails 3.2.8 (Aug 9, 2012) ##
* ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax instead of `:confirm`.