Skip to content

Commit

Permalink
registers the recent change to date multiparameter handling in the CH…
Browse files Browse the repository at this point in the history
…ANGELOG
  • Loading branch information
fxn committed Jul 23, 2011
1 parent a62f450 commit 2115068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,10 @@
*Rails 3.2.0 (unreleased)* *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 * ActiveRecord::Base.establish_connection now takes a string that contains
a URI that specifies the connection configuration. For example: a URI that specifies the connection configuration. For example:


Expand Down

0 comments on commit 2115068

Please sign in to comment.