aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 20:51:03 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 20:51:03 +0000
commitee6b6073d50799547e9dcbe1aaeacb8976243e48 (patch)
tree7e19abd08e1ca1ded2d25759e6395f5acf77151f /activerecord/CHANGELOG
parentaa9ed408a870bd31e1fcc669d877b8612cae0e08 (diff)
downloadrails-ee6b6073d50799547e9dcbe1aaeacb8976243e48.tar.gz
rails-ee6b6073d50799547e9dcbe1aaeacb8976243e48.tar.bz2
rails-ee6b6073d50799547e9dcbe1aaeacb8976243e48.zip
Document how the :include option can be used in Calculations::calculate. Closes #7446 [adamwiggins, ultimoamore]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8306 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 6190fe1c0f..6ebb9eeea9 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document how the :include option can be used in Calculations::calculate. Closes #7446 [adamwiggins, ultimoamore]
+
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [johnjosephbachir]
* Reveal that the type option in migrations can be any supported column type for your database but also include caveat about agnosticism. Closes #7531 [adamwiggins, mikong]