diff options
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 97e5d236a8..4a9022e66b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,4 @@ -* Make ActiveRecord::Relation#unscope affect relations it is merged in - to. +* Make `ActiveRecord::Relation#unscope` affect relations it is merged in to. *Jon Leighton* |