diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2009-10-27 20:54:24 -0500 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2009-10-27 21:13:13 -0500 |
commit | 057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4 (patch) | |
tree | cb20fd5f64b3ced0eca218824ed746009bd7e473 /activesupport/CHANGELOG | |
parent | 37c9ec3add88a85bd7b6fc43ebc3aa5ecd221fef (diff) | |
download | rails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.tar.gz rails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.tar.bz2 rails-057f0d3c16d533aea1a98ea3d7f4c2a09274e5c4.zip |
Bundle Tzinfo 0.3.15
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
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] |