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

Cleaned up duplicated CHANGELOG entry [ci skip]

This commit is contained in:
Godfrey Chan 2014-06-03 20:13:31 -07:00
parent 4818bb36ac
commit 2a6f4282b9

View file

@ -585,12 +585,11 @@
*arthurnn*
* Passing an Active Record object to `find` is now deprecated. Call `.id`
on the object first.
* Passing an Active Record object to `find` or `exists?` is now deprecated.
Call `.id` on the object first.
*Aaron Patterson*
* Only use BINARY for MySQL case sensitive uniqueness check when column has a case insensitive collation.
*Ryuta Kamizono*