From a1e38ef33e87fae73d024e3c3d923311a6e3a23e Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 23 Sep 2014 09:21:17 +0900 Subject: [PATCH] Update changelog with tenderlove's entry [ci skip] --- activerecord/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ae4aac128e..f195b73437 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -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.