From daba090dec94b87bee841b5784d85def55e3142a Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 16 May 2015 11:00:17 +0530 Subject: Pass over CHANGELOGS [ci skip] --- activerecord/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3663a6faa4..5b09101bca 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -3,7 +3,8 @@ *Alex Robbin* -* Correctly pass MySQL options when using structure_dump or structure_load +* Correctly pass MySQL options when using `structure_dump` or + `structure_load`. Specifically, it fixes an issue when using SSL authentication. @@ -11,7 +12,7 @@ * Dump indexes in `create_table` instead of `add_index`. - If the adapter supports indexes in create table, generated SQL is + If the adapter supports indexes in `create_table`, generated SQL is slightly more efficient. *Ryuta Kamizono* -- cgit v1.2.3