mirror of https://github.com/rails/rails
Update changelogs for release
This commit is contained in:
parent
4d098327da
commit
4c8af9bf51
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue