Skip to content

Commit

Permalink
Clean up CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 28, 2010
1 parent 390d285 commit 0d0c46a
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 4 deletions.
12 changes: 11 additions & 1 deletion actionmailer/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)*
Expand Down
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
10 changes: 10 additions & 0 deletions activemodel/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
10 changes: 10 additions & 0 deletions activerecord/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
12 changes: 11 additions & 1 deletion activeresource/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)*
Expand Down
13 changes: 11 additions & 2 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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]

Expand Down

0 comments on commit 0d0c46a

Please sign in to comment.