aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2018-02-28 06:26:03 +0000
committerGitHub <noreply@github.com>2018-02-28 06:26:03 +0000
commit3a7a21edb2425d305b8b3b2e173bd53285d55f64 (patch)
treee8509b03a9d1796e43c7f663ca343f196f328acb /activerecord
parentea70d20441a745ba3ace2e82071ccb1ef56daf2e (diff)
parent581ae5abcc353b731d2a700c0561b3953f8b374d (diff)
downloadrails-3a7a21edb2425d305b8b3b2e173bd53285d55f64.tar.gz
rails-3a7a21edb2425d305b8b3b2e173bd53285d55f64.tar.bz2
rails-3a7a21edb2425d305b8b3b2e173bd53285d55f64.zip
Merge pull request #32137 from okkez/patch-1
Fix a typo in activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 92c20ec79f..227f93c6a1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 6.0.0.alpha (Unreleased) ##
-* Fix `#columsn_for_distinct` of MySQL and PostgreSQL to make
+* Fix `#columns_for_distinct` of MySQL and PostgreSQL to make
`ActiveRecord::FinderMethods#limited_ids_for` use correct primary key values
even if `ORDER BY` columns include other table's primary key.