Skip to content

Commit

Permalink
Add changelog for rails#24305 [skip ci]
Browse files Browse the repository at this point in the history
Forgot to add, sigh.

Closes rails#24273
  • Loading branch information
chrisarcand committed Mar 28, 2016
1 parent 3c29836 commit aa3d2d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

*Sean Griffin*

* The schema cache is now cleared after the 'migrate' task is run

Closes #24273

*Chris Arcand*

* MySQL: strict mode respects other SQL modes rather than overwriting them.
Setting `strict: true` adds `STRICT_ALL_TABLES` to `sql_mode`. Setting
`strict: false` removes `STRICT_TRANS_TABLES`, `STRICT_ALL_TABLES`, and
Expand Down

0 comments on commit aa3d2d0

Please sign in to comment.