diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index edbfe38753..de47660875 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,16 @@ +* Do not set `sql_mode` if `strict: :default` is specified. + + ``` + # database.yml + production: + adapter: mysql2 + database: foo_prod + user: foo + strict: :default + ``` + + *Ryuta Kamizono* + * SQLite: `:collation` support for string and text columns. Example: