aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2009-10-27 20:54:24 -0500
committerGeoff Buesing <gbuesing@gmail.com>2009-10-27 21:13:13 -0500
commit057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4 (patch)
treecb20fd5f64b3ced0eca218824ed746009bd7e473 /activesupport/CHANGELOG
parent37c9ec3add88a85bd7b6fc43ebc3aa5ecd221fef (diff)
downloadrails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.tar.gz
rails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.tar.bz2
rails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.zip
Bundle Tzinfo 0.3.15
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 9c5803c52a..fd45a248bb 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Update bundled TZInfo to v0.3.15 [Geoff Buesing]
+
* JSON: +Object#to_json+ calls +as_json+ to coerce itself into something natively encodable like +Hash+, +Integer+, or +String+. Override +as_json+ instead of +to_json+ so you're JSON library agnostic. [Jeremy Kemper]
* String #to_time and #to_datetime: handle fractional seconds #864 [Jason Frey]