From 48583f8bf74d1cefefea3cd6591bd546a9eaff6c Mon Sep 17 00:00:00 2001 From: Andrew White Date: Tue, 11 Dec 2012 13:57:05 +0000 Subject: Deprecate obsolete Time to DateTime fallback methods The Time.time_with_datetime_fallback, Time.utc_time and Time.local_time methods were added to handle the limitations of Ruby's native Time implementation. Those limitations no longer apply so we are deprecating them in 4.0 and they will be removed in 4.1. --- activesupport/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 73d4837e46..7b93731917 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,12 @@ ## Rails 4.0.0 (unreleased) ## +* Deprecate `Time.time_with_date_fallback`, `Time.utc_time` and `Time.local_time`. + These methods were added to handle the limited range of Ruby's native Time + implementation. Those limitations no longer apply so we are deprecating them in 4.0 + and they will be removed in 4.1. + + *Andrew White* + * Deprecate `Date#to_time_in_current_zone` and add `Date#in_time_zone`. *Andrew White* * Add `String#in_time_zone` method to convert a string to an ActiveSupport::TimeWithZone. *Andrew White* -- cgit v1.2.3