aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-08-01 05:31:59 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-08-01 05:32:43 +0900
commit25760a492118886f5ecf570458217be8ea978678 (patch)
treeb816816a2bcc74330015fd0e334d98cb35c7c785 /activerecord/CHANGELOG.md
parent673cf4f13b08438bd1bd751420da778c38145df3 (diff)
downloadrails-25760a492118886f5ecf570458217be8ea978678.tar.gz
rails-25760a492118886f5ecf570458217be8ea978678.tar.bz2
rails-25760a492118886f5ecf570458217be8ea978678.zip
Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"
This reverts commit d162188dd662a7d9f62ba8431474f50bc35e3e93, reversing changes made to 3576782888c307e3e192c44e332b957cd1174128. Reason: #24131 conflicts the #5153's default order contract, it means that existing apps would be broken by that change. We don't want to break existing apps without a deprecation cycle.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 456f569718..d1ae41ab97 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,9 +1,3 @@
-* Don't impose primary key order if limit() has already been supplied.
-
- Fixes #23607
-
- *Brian Christian*
-
* Add environment & load_config dependency to `bin/rake db:seed` to enable
seed load in environments without Rails and custom DB configuration