aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-05-08 21:58:37 -0500
committergbuesing <gbuesing@gmail.com>2008-05-08 21:58:37 -0500
commit618d695f1115c00ce058950af199d5d4dc06385a (patch)
tree307bbf0cd7b4fd04457a6d5a030eb9726ca80809 /activesupport/CHANGELOG
parent06a7c2948a8dbf31357b552d468fcf42002736e7 (diff)
downloadrails-618d695f1115c00ce058950af199d5d4dc06385a.tar.gz
rails-618d695f1115c00ce058950af199d5d4dc06385a.tar.bz2
rails-618d695f1115c00ce058950af199d5d4dc06385a.zip
Updating changelogs
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 3ee9ed925c..989c72533a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Time.zone.parse return nil for strings with no date information [Geoff Buesing]
+
+* Time.zone.parse respects offset information in string. Resolves #105. [Scott Fleckenstein, Geoff Buesing]
+
* Added Ruby 1.8 implementation of Process.daemon
* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now [Geoff Buesing]