diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-02-15 21:07:13 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-02-15 21:07:13 +0100 |
commit | 0c63fbcdf131dddf696248498e87c0513b43daca (patch) | |
tree | 101d16b4ee6f30275675c89749424e4a033ed66c | |
parent | 4914adc2b0f0c6338f0763e364db02dcf7d49255 (diff) | |
download | rails-0c63fbcdf131dddf696248498e87c0513b43daca.tar.gz rails-0c63fbcdf131dddf696248498e87c0513b43daca.tar.bz2 rails-0c63fbcdf131dddf696248498e87c0513b43daca.zip |
Add a missing changelog entry for #13981 and #14035
[ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
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. |