aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-10 16:36:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-10 16:36:01 +0000
commit3309268120fade0cd643750a4bedf95097cbced6 (patch)
treea014ca1505d05d4e5833e396efec357f2b7b0ad6 /activerecord/CHANGELOG
parent3488ff6fc6aa091821088df47ee0ca3ebdd594f0 (diff)
downloadrails-3309268120fade0cd643750a4bedf95097cbced6.tar.gz
rails-3309268120fade0cd643750a4bedf95097cbced6.tar.bz2
rails-3309268120fade0cd643750a4bedf95097cbced6.zip
Add :group option, correspond to GROUP BY, to the find method and to the has_many association. Closes #2818.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2974 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 33e3dafd14..1bc62c3944 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add :group option, correspond to GROUP BY, to the find method and to the has_many association. #2818 [rubyonrails@atyp.de]
+
* Don't cast nil or empty strings to a dummy date. #2789 [Rick Bradley <rick@rickbradley.com>]
* acts_as_list plays nicely with inheritance by remembering the class which declared it. #2811 [rephorm@rephorm.com]