From 4c8af9bf518582cce73b4b430989dc6cd8cdd775 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 13 Apr 2010 12:14:54 -0700 Subject: Update changelogs for release --- actionmailer/CHANGELOG | 3 +++ actionpack/CHANGELOG | 2 +- activemodel/CHANGELOG | 5 +++++ activerecord/CHANGELOG | 2 +- activeresource/CHANGELOG | 5 +++++ activesupport/CHANGELOG | 2 +- railties/CHANGELOG | 3 +++ 7 files changed, 19 insertions(+), 3 deletions(-) diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index c1b659a9f5..383ad2105d 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,7 +1,10 @@ +*Rails 3.0.0 [beta 3] (April 13th, 2010)* + * Removed all quoting.rb type files from ActionMailer and put Mail 2.2.0 in instead [ML] * Lot of updates to various test cases that now work better with the new Mail and so have different expectations + *Rails 3.0.0 [beta 2] (April 1st, 2010)* * Added interceptors and observers from Mail [ML] diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 33084d539f..f221661c25 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.0.0 [beta 3] (pending)* +*Rails 3.0.0 [beta 3] (April 13th, 2010)* * New option :as added to form_for allows to change the object name. The old <% form_for :client, @post %> becomes <% form_for @post, :as => :client %> [spastorino] diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index 8c458b6091..74aec3bfd3 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,3 +1,8 @@ +*Rails 3.0.0 [beta 3] (April 13th, 2010)* + +* No changes + + *Rails 3.0.0 [beta 2] (April 1st, 2010)* * #new_record? and #destroyed? were removed from ActiveModel::Lint. Use diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e0625c3dbb..8ecef6574f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.0.0 [Beta 2] (pending)* +*Rails 3.0.0 [beta 3] (April 13th, 2010)* * Add Relation extensions. [Pratik Naik] diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 27bf99a8ee..91dccb9671 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,3 +1,8 @@ +*Rails 3.0.0 [beta 3] (April 13th, 2010)* + +* No changes + + *Rails 3.0.0 [beta 1] (February 4, 2010)* * Add support for errors in JSON format. #1956 [Fabien Jakimowicz] diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 749e59e091..da370303c6 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.0.0 [beta 3] (pending)* +*Rails 3.0.0 [beta 3] (April 13th, 2010)* * Improve transliteration quality. #4374 [Norman Clarke] diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 82684e4614..a326e29d27 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,8 @@ +*Rails 3.0.0 [beta 3] (April 13th, 2010)* + * Renamed config.cookie_secret to config.secret_token and pass it as env key. [JV] + *Rails 3.0.0 [beta 2] (April 1st, 2010)* * Session store configuration has changed [YK & CL] -- cgit v1.2.3