aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 41a9c8cc89..09df0763e7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Clear the transaction state when AR object is duped.
+* Clear the transaction state when an Active Record object is duped.
Fixes #31670.
@@ -631,7 +631,7 @@
*Ryuta Kamizono*
-* Fix inconsistency with changed attributes when overriding AR attribute reader.
+* Fix inconsistency with changed attributes when overriding Active Record attribute reader.
*bogdanvlviv*