diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-12-21 11:25:08 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-12-21 11:25:08 +0100 |
commit | fb3e1a6bc50f0c66541871bea8aa0366cc70f781 (patch) | |
tree | e43e48bf63a422812062bbe6ecd2500ca2c02b70 /activerecord | |
parent | e65680ee746877c9c028658c6e3c8f684c857bc9 (diff) | |
parent | c5b6ec7b0f99e37adde9f8f8e3c3cbcc43b22b05 (diff) | |
download | rails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.tar.gz rails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.tar.bz2 rails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.zip |
Merge pull request #22718 from gsamokovarov/fix-changelogs
No more no changes entries in the CHANGELOGs [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 08f170f7d2..c82d706d6e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -4,9 +4,6 @@ ## Rails 5.0.0.beta1 (December 18, 2015) ## -* No changes. - - * Order the result of `find(ids)` to match the passed array, if the relation has no explicit order defined. |