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 920b70046b..5c5b15e33a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* More complete documentation for find_by_sql. Closes #7912 [fearoffish]
+
* Document API for exists?'s parameter and provide examples of usage. Closes #7913 [fearoffish]
* Document API for create's attributes parameter and provide examples. Closes #7915 [fearoffish]