1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #14072 from robin850/patch-16

Add a missing changelog entry for #13981 and #14035
This commit is contained in:
Rafael Mendonça França 2014-02-15 21:49:00 -02:00
commit 8b80e3c59c

View file

@ -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.