diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c7d6186493dd6462ba5a8f19d984812489fc9b14..0ad4603fea3271373ba29289de91b52297c23f72 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -5,12 +5,12 @@ *Eileen M. Uchitelle*, *John Crepezzi* * All connection adapters `execute` now raises `ActiveRecord::ConnectionNotEstablished` rather than - `ActiveRecord::InvalidStatement` when they encounter a connection error. + `ActiveRecord::StatementInvalid` when they encounter a connection error. *Jean Boussier* * `Mysql2Adapter#quote_string` now raises `ActiveRecord::ConnectionNotEstablished` rather than - `ActiveRecord::InvalidStatement` when it can't connect to the MySQL server. + `ActiveRecord::StatementInvalid` when it can't connect to the MySQL server. *Jean Boussier*