1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing changelog heading

This commit is contained in:
Jeremy Kemper 2010-05-23 01:37:01 -07:00
parent 8d5939c096
commit 69a9669d9d
2 changed files with 8 additions and 0 deletions

View file

@ -1,7 +1,10 @@
*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
* Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1 [ML] * Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1 [ML]
* Added ability to pass Proc objects to the defaults hash [ML] * Added ability to pass Proc objects to the defaults hash [ML]
*Rails 3.0.0 [beta 3] (April 13th, 2010)* *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] * Removed all quoting.rb type files from ActionMailer and put Mail 2.2.0 in instead [ML]

View file

@ -1,3 +1,8 @@
*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
* Version bump
*Rails 3.0.0 [beta 3] (April 13th, 2010)* *Rails 3.0.0 [beta 3] (April 13th, 2010)*
* Renamed config.cookie_secret to config.secret_token and pass it as env key. [JV] * Renamed config.cookie_secret to config.secret_token and pass it as env key. [JV]