diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-11-11 12:03:36 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-11-11 12:03:36 +0100 |
commit | db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d (patch) | |
tree | c37e64223da8eab45b24bbfbff3bef7eccd37455 /activerecord | |
parent | 3ce9e43bc343283ac738efb5b9b11672cb6a78b3 (diff) | |
download | rails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.tar.gz rails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.tar.bz2 rails-db56c0fcf5c94fd746a41e2ae278b0bdb6fb1d9d.zip |
tidy Active Record CHANGELOG. [ci skip].
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
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* |