From 0c63fbcdf131dddf696248498e87c0513b43daca Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sat, 15 Feb 2014 21:07:13 +0100 Subject: Add a missing changelog entry for #13981 and #14035 [ci skip] --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index d8bb31a3a7..f1f9cf1ffd 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,10 @@ +* Properly detect if a connection is still active before using it + in multi-threaded environments. + + Fixes #12867. + + *Kevin Casey*, *Matthew Draper*, *William (B.J.) Snow Orvis* + * When inverting add_index use the index name if present instead of the columns. -- cgit v1.2.3