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

Merge pull request #17018 from prathamesh-sonpatki/tenderlove

Update changelog with tenderlove's entry
This commit is contained in:
Abdelkader Boudih 2014-09-23 01:28:51 +01:00
commit fc6accfa9a

View file

@ -1,10 +1,14 @@
* Add a truncate method to the connection.
*Aaron Patterson*
* Don't autosave unchanged has_one through records.
*Alan Kennedy*, *Steve Parrington*
* Do not dump foreign keys for ignored tables. *Yves Senn*
* Do not dump foreign keys for ignored tables.
*Yves Senn*
* PostgreSQL adapter correctly dumps foreign keys targeting tables
outside the schema search path.