aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3ea9976286..30d580b9e3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,10 +1 @@
-* Load only needed records on `ActiveRecord::Relation#inspect`.
-
- Instead of loading all records and returning only a subset of those, just
- load the records as needed.
-
- Fixes #25537.
-
- *Hendy Tanata*
-
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md) for previous changes.