aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9da2a540dd..144076dcec 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,4 @@
-* Fix accessing of fixtures having non-string labels like Fixnum by converting
- the label into string only if its a symbol.
+* Fix accessing of fixtures having non-string labels like Fixnum.
*Prathamesh Sonpatki*