From 0d0c46abd12bfbe8f42a78fc6f9fee7d96438194 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Aug 2010 15:45:14 -0700 Subject: Clean up CHANGELOGs --- actionmailer/CHANGELOG | 12 +++++++++++- actionpack/CHANGELOG | 2 ++ activemodel/CHANGELOG | 10 ++++++++++ activerecord/CHANGELOG | 10 ++++++++++ activeresource/CHANGELOG | 12 +++++++++++- railties/CHANGELOG | 13 +++++++++++-- 6 files changed, 55 insertions(+), 4 deletions(-) diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index d2cc70fc85..3b82023641 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,6 +1,16 @@ +*Rails 3.0.0 (unreleased)* + +* No changes + + +*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* + +* No changes + + *Rails 3.0.0 [release candidate] (July 26th, 2010)* -* No material changes +* No changes *Rails 3.0.0 [beta 4] (June 8th, 2010)* diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 9a58d61f2b..00cde0c652 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,3 +1,5 @@ +*Rails 3.0.0 (unreleased)* + * password_field renders with nil value by default making the use of passwords secure by default, if you want to render you should do for instance f.password_field(:password, :value => @user.password) [Santiago Pastorino] * Symbols and strings in routes should yield the same behavior. Note this may break existing apps that were using symbols with the new routes API. [José Valim] diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index 3ad8ac75aa..20eb1c9ad2 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,3 +1,13 @@ +*Rails 3.0.0 (unreleased)* + +* No changes + + +*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* + +* No changes + + *Rails 3.0.0 [release candidate] (July 26th, 2010)* * Added ActiveModel::MassAssignmentSecurity [Eric Chapweske, Josh Kalderimis] diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 384f95d0a0..262db3c5ca 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,13 @@ +*Rails 3.0.0 (unreleased)* + +* No changes + + +*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* + +* No changes + + *Rails 3.0.0 [release candidate] (July 26th, 2010)* * Changed update_attribute to not run callbacks and update the record directly in the database [Neeraj Singh] diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 605f751c5c..7fc621f005 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,6 +1,16 @@ +*Rails 3.0.0 (unreleased)* + +* No changes + + +*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* + +* No changes + + *Rails 3.0.0 [release candidate] (July 26th, 2010)* -* No material changes +* No changes *Rails 3.0.0 [beta 4] (June 8th, 2010)* diff --git a/railties/CHANGELOG b/railties/CHANGELOG index df6718764e..046b555a89 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,7 +1,16 @@ +*Rails 3.0.0 (unreleased)* + +* No changes + + +*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* + +* No changes + + *Rails 3.0.0 [release candidate] (July 26th, 2010)* -* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit - and --skip-active-record respectively. [fxn] +* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit and --skip-active-record respectively. [fxn] * Added console to Rails::Railtie as a hook called just after console starts. [José Valim] -- cgit v1.2.3