aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
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.