diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-03-22 14:45:17 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-03-22 14:45:17 +0100 |
commit | 2346c7f28163af41bc5283808adaea1ab633c1e8 (patch) | |
tree | 99f73fbfeecbae4625dd9e962b1579bcb46e66b7 /activerecord | |
parent | c94045dc1ca019707ae9dafe3f7f8471e80fa6ee (diff) | |
download | rails-2346c7f28163af41bc5283808adaea1ab633c1e8.tar.gz rails-2346c7f28163af41bc5283808adaea1ab633c1e8.tar.bz2 rails-2346c7f28163af41bc5283808adaea1ab633c1e8.zip |
guides, sync 5.0 release notes with changelogs
[ci skip]
Sync AV, AR, AJ, AS, AM changelogs with our 5.0 release notes draft.
This is a follow up to c94045d and contains changes made since the
release of beta1.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index f854c106e8..e315a560c0 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,6 +1,7 @@ * Execute default_scope defined by abstract class in the context of subclass. - Fixes #23413 & #10658 + Fixes #23413. + Fixes #10658. *Mehmet Emin İNAÇ* |