aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-02-16 17:45:16 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-02-16 17:45:16 -0500
commit7c32db180f9ae9363303a1bb96f892a10092c94a (patch)
treece2bea6364532c0c7126a8c39bb67af219abe68e /activerecord/CHANGELOG.md
parent3e3ed1ede51f4d2f7f1d30b3754072b1121d5394 (diff)
parentda3fec2ea3a6a13635500a667c105280c5357c14 (diff)
downloadrails-7c32db180f9ae9363303a1bb96f892a10092c94a.tar.gz
rails-7c32db180f9ae9363303a1bb96f892a10092c94a.tar.bz2
rails-7c32db180f9ae9363303a1bb96f892a10092c94a.zip
Merge pull request #13512 from gsamokovarov/hstore_arrays_fix
Hstore arrays fix (follow up for #11444)
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f1f9cf1ffd..83347b4a26 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Perform necessary deeper encoding when hstore is inside an array.
+
+ Fixes #11135.
+
+ *Josh Goodall*, *Genadi Samokovarov*
+
* Properly detect if a connection is still active before using it
in multi-threaded environments.