aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-11-11 12:03:36 +0100
committerYves Senn <yves.senn@gmail.com>2013-11-11 12:03:36 +0100
commitdb56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d (patch)
treec37e64223da8eab45b24bbfbff3bef7eccd37455
parent3ce9e43bc343283ac738efb5b9b11672cb6a78b3 (diff)
downloadrails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.tar.gz
rails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.tar.bz2
rails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.zip
tidy Active Record CHANGELOG. [ci skip].
-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*