diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-09-05 21:32:38 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-09-05 21:32:38 +0100 |
commit | 1990f815bc624a95d447cdb7de3e0f42bcd81db9 (patch) | |
tree | 12e2de8dd4389507b6293f985dfc150230a26b31 /activesupport/CHANGELOG | |
parent | af04ea87de993a1aeeaba9460cf1ce32f556fb91 (diff) | |
parent | 227ee2ecb46f1609938a83ed82abde1a45ebe2eb (diff) | |
download | rails-1990f815bc624a95d447cdb7de3e0f42bcd81db9.tar.gz rails-1990f815bc624a95d447cdb7de3e0f42bcd81db9.tar.bz2 rails-1990f815bc624a95d447cdb7de3e0f42bcd81db9.zip |
Merge commit 'mainstream/master'
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 0170b95b1b..604462c706 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Changed cache benchmarking to be reported in milliseconds [DHH] + * Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are now correctly unmarshaled with a utc zone instead of the system local zone [#900 state:resolved] [Luca Guidi, Geoff Buesing] * Add Array#in_groups which splits or iterates over the array in specified number of groups. #579. [Adrian Mugnolo] Example: |