aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index ed5f482193..4f53aa2c06 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document API for create's attributes parameter and provide examples. Closes #7915 [fearoffish]
+
* Documentation for find incorrectly omits the :conditions option from various examples. Closes #7923 [mattwestcott]
* Document options and add examples for update. Closes #7985 [fearoffish]