Update changelogs for release

This commit is contained in:
David Heinemeier Hansson 2010-04-13 12:14:54 -07:00
parent 4d098327da
commit 4c8af9bf51
7 changed files with 19 additions and 3 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]