aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-23 22:22:36 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-23 22:22:36 +0000
commitac03ad1f78d88f40924225089a4b4bfebc8c74d8 (patch)
treee5216e3eb9b7eed0299b6d9dd1b432fd4a68b4c7 /activesupport/CHANGELOG
parent213fac6f49532e7ee08348542e80465088b9bf5d (diff)
downloadrails-ac03ad1f78d88f40924225089a4b4bfebc8c74d8.tar.gz
rails-ac03ad1f78d88f40924225089a4b4bfebc8c74d8.tar.bz2
rails-ac03ad1f78d88f40924225089a4b4bfebc8c74d8.zip
Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=> so that any combination of Time, DateTime and ActiveSupport::TimeWithZone instances can be chronologically compared
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8711 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 5b9d72d1dc..f8d25d130c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=> so that any combination of Time, DateTime and ActiveSupport::TimeWithZone instances can be chronologically compared [Geoff Buesing]
+
* TimeZone#now returns an ActiveSupport::TimeWithZone [Geoff Buesing]
* Time #in_current_time_zone and #change_time_zone_to_current return self when Time.zone is nil [Geoff Buesing]