From d6cc0e56bdf1d657f16e5c4026f53d0a4e2dd37e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 13 Jun 2011 18:54:15 +0200 Subject: Added Time#whole_day/week/quarter/year as a way of generating ranges (example: Event.where(created_at: Time.now.whole_week)) [DHH] --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 6c1e6185af..043b55077a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.2.0 (unreleased)* +* Added Time#whole_day/week/quarter/year as a way of generating ranges (example: Event.where(created_at: Time.now.whole_week)) [DHH] + * Added instance_accessor: false as an option to Class#cattr_accessor and friends [DHH] * Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton] -- cgit v1.2.3