aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2009-02-09 23:11:21 -0600
committerGeoff Buesing <gbuesing@gmail.com>2009-02-09 23:11:21 -0600
commit16cc69af6f29a1562db3cf9e37ae7f3751956f4a (patch)
tree4c2adc36f461de58116cc2d5467f0c435c59f46a /activesupport
parent73c91429a18d4b8f083b504dc0829f737f718d44 (diff)
downloadrails-16cc69af6f29a1562db3cf9e37ae7f3751956f4a.tar.gz
rails-16cc69af6f29a1562db3cf9e37ae7f3751956f4a.tar.bz2
rails-16cc69af6f29a1562db3cf9e37ae7f3751956f4a.zip
Changelog update for previous commit
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 7a11caf905..b099233698 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive #1899 [Zachary Zolton]
+
* Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s #1796 [Levin Alexander]
* Introduce Array.wrap(foo) to wrap the argument in an array unless it's already an array. Wraps nil as an empty array. Use instead of Array(foo) and foo.to_a since they treat String as Enumerable. [Jeremy Kemper]