aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-05-21 17:32:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-05-21 17:32:37 +0000
commit59c8c63ecd751136c5ed6d2e3c04a54af2025eb0 (patch)
tree050f58c08dff7884b70bb6a7d19fec925e98b632 /activerecord/CHANGELOG
parentfa207c24468b3b7c32b3c6d7128ec13a7b7d4a16 (diff)
downloadrails-59c8c63ecd751136c5ed6d2e3c04a54af2025eb0.tar.gz
rails-59c8c63ecd751136c5ed6d2e3c04a54af2025eb0.tar.bz2
rails-59c8c63ecd751136c5ed6d2e3c04a54af2025eb0.zip
Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4353 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 09960b6650..06d9db76fb 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :allow_nil option for aggregations #5091 [ian.w.white@gmail.com]
+
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
* create! no longer blows up when no attributes are passed and a :create scope is in effect (e.g. foo.bars.create! failed whereas foo.bars.create!({}) didn't.) [Jeremy Kemper]