aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-12 22:15:29 +0200
committerXavier Noria <fxn@hashref.com>2010-06-12 22:16:57 +0200
commitf28d5cfbe63e7fb0f62b6660581a4261fa6f8051 (patch)
treedae2f645918b983704840bba6e42ec26abb66002 /activesupport/CHANGELOG
parentd433c504b54838043ad93d895f553b7013b20160 (diff)
downloadrails-f28d5cfbe63e7fb0f62b6660581a4261fa6f8051.tar.gz
rails-f28d5cfbe63e7fb0f62b6660581a4261fa6f8051.tar.bz2
rails-f28d5cfbe63e7fb0f62b6660581a4261fa6f8051.zip
registers 4146a44 in CHANGELOG
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6566d3fa06..3f61e9949d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*Rails 3.0.0 [Release Candidate] (unreleased)*
+
+* Date#since, #ago, #beginning_of_day, #end_of_day, and #xmlschema honor now the user time zone if set. [Geoff Buesing]
+
+
*Rails 3.0.0 [beta 4] (June 8th, 2010)*
* Extracted String#truncate from TextHelper#truncate [DHH]