Skip to content

Commit 84e0a23

Browse files
committed
Update CHANGELOGS for Rails 4.2.10.rc1
1 parent bd6ccff commit 84e0a23

File tree

9 files changed

+47
-0
lines changed

9 files changed

+47
-0
lines changed

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

actionpack/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* Fix regression in behavior of `normalize_path`.
4+
5+
In Rails 5 there was a change to ensure the encoding of the original string
6+
in a path was maintained. This was incorrectly backported to Rails 4.2 which
7+
caused a regression.
8+
9+
*Eileen M. Uchitelle*
10+
111
## Rails 4.2.9 (June 26, 2017) ##
212

313
* Use more specific check for :format in route path

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
13
* `Relation#joins` is no longer affected by the target model's
24
`current_scope`, with the exception of `unscoped`.
35

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.10.rc1 (September 20, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.9 (June 26, 2017) ##
27

38
* No changes.

0 commit comments

Comments
 (0)