Skip to content

Commit

Permalink
Update CHANGELOGS for Rails 4.2.10.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
eileencodes committed Sep 20, 2017
1 parent bd6ccff commit 84e0a23
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down
10 changes: 10 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* Fix regression in behavior of `normalize_path`.

In Rails 5 there was a change to ensure the encoding of the original string
in a path was maintained. This was incorrectly backported to Rails 4.2 which
caused a regression.

*Eileen M. Uchitelle*

## Rails 4.2.9 (June 26, 2017) ##

* Use more specific check for :format in route path
Expand Down
5 changes: 5 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down
2 changes: 2 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* `Relation#joins` is no longer affected by the target model's
`current_scope`, with the exception of `unscoped`.

Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
Expand Down
5 changes: 5 additions & 0 deletions guides/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.10.rc1 (September 20, 2017) ##

* No changes.


## Rails 4.2.9 (June 26, 2017) ##

* No changes.
Expand Down

1 comment on commit 84e0a23

@simi
Copy link
Contributor

@simi simi commented on 84e0a23 Sep 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.