diff options
author | Xavier Noria <fxn@hashref.com> | 2011-07-23 20:31:41 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-07-23 20:31:41 +0200 |
commit | 2115068476e49b1e377d97e0c00e6d98263543d5 (patch) | |
tree | 4db081973456825c3475dbc86538e0b8df106d8f | |
parent | a62f450661860dcc70743fb0807447560b3371a0 (diff) | |
download | rails-2115068476e49b1e377d97e0c00e6d98263543d5.tar.gz rails-2115068476e49b1e377d97e0c00e6d98263543d5.tar.bz2 rails-2115068476e49b1e377d97e0c00e6d98263543d5.zip |
registers the recent change to date multiparameter handling in the CHANGELOG
-rw-r--r-- | activerecord/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d24ca2716e..e448609cf4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,10 @@ *Rails 3.2.0 (unreleased)* +* If multiple parameters are sent representing a date, and some are blank, the +resulting object is nil. In previous releases those values defaulted to 1. This +only affects existing but blank parameters, missing ones still raise an error. +[Akira Matsuda] + * ActiveRecord::Base.establish_connection now takes a string that contains a URI that specifies the connection configuration. For example: |