aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-08-28 15:45:14 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-08-28 15:45:14 -0700
commit0d0c46abd12bfbe8f42a78fc6f9fee7d96438194 (patch)
tree631cea9d6ff4fab239c6284dc6743e5b588616d0
parent390d285ef67e1868aa0af6e86fa1cd59c32e926d (diff)
downloadrails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.tar.gz
rails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.tar.bz2
rails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.zip
Clean up CHANGELOGs
-rw-r--r--actionmailer/CHANGELOG12
-rw-r--r--actionpack/CHANGELOG2
-rw-r--r--activemodel/CHANGELOG10
-rw-r--r--activerecord/CHANGELOG10
-rw-r--r--activeresource/CHANGELOG12
-rw-r--r--railties/CHANGELOG13
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]