aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2010-01-26 20:18:17 -0600
committerGeoff Buesing <gbuesing@gmail.com>2010-01-26 20:18:17 -0600
commit1cda85d08a68888744bd230bccd75bf268587028 (patch)
tree48a444326a863a161d253c5a6d78adb4d300294a /activesupport/CHANGELOG
parentaef76d1e7120a16e0cace1ca89c327c70cbaddf3 (diff)
downloadrails-1cda85d08a68888744bd230bccd75bf268587028.tar.gz
rails-1cda85d08a68888744bd230bccd75bf268587028.tar.bz2
rails-1cda85d08a68888744bd230bccd75bf268587028.zip
Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" [#1821 status:resolved]
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 87ec6f2a2c..c3f531235c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" #1821 [Geoff Buesing, Reuben Sivan]
+
* Changed the default ActiveSupport.use_standard_json_time_format from false to true and
ActiveSupport.escape_html_entities_in_json from true to false to match previously announced Rails 3 defaults [DHH]