Skip to content

Commit

Permalink
Update CHANGELOGs with the release date
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 29, 2013
1 parent 1ec6429 commit fa39c8c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion actionmailer/CHANGELOG.md
@@ -1,4 +1,6 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* No changes.


## Rails 4.0.0.beta1 (February 25, 2013) ##
Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Add support for passing custom url options other than `:host` and custom
status and flash options to `force_ssl`.
Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Add `ActiveModel::Errors#full_messages_for`, to return all the error messages
for a given attribute.
Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Allow to use databases.rake tasks without having `Rails.application`.

Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Fix skipping of filters defined by objects in `ActiveSupport::Callbacks::Callback`.

Expand Down
6 changes: 4 additions & 2 deletions guides/CHANGELOG.md
@@ -1,7 +1,9 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Change Service pages(404, etc). *Stanislav Sobolev*

## Rails 4.0.0.beta1 (unreleased) ##

## Rails 4.0.0.beta1 (February 25, 2013) ##

* Split Validations and Callbacks guide into two. *Steve Klabnik*

Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.rc1 (April 29, 2013) ##

* Move rails.png into a data-uri. One less file to get generated into a new
application. This is also consistent with the removal of index.html.
Expand Down

0 comments on commit fa39c8c

Please sign in to comment.