aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 5f31ca830c..1e387769de 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -14,7 +14,8 @@
*Yves Senn*
* Fix uninitialized constant `TransactionState` error when `Marshall.load` is used on an Active Record result.
- Fixes #12790
+
+ Fixes #12790.
*Jason Ayre*
@@ -114,6 +115,7 @@
*Severin Schoepke*
* `ActiveRecord::Store` works together with PG `hstore` columns.
+
Fixes #12452.
*Yves Senn*