aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJason Frey (Fryguy) <fryguy9@yahoo.com>2009-06-05 13:46:42 -0400
committerGeoff Buesing <gbuesing@gmail.com>2009-06-07 20:16:08 -0500
commit1d9346428b3f12a42f717a7b1313cd4375d23e23 (patch)
tree34eb2a4f2fc6f62e3ec54a534ec174e164077fbc /activesupport/CHANGELOG
parent04eb2b72b400384fe49e31b95c11c68cab2aca8e (diff)
downloadrails-1d9346428b3f12a42f717a7b1313cd4375d23e23.tar.gz
rails-1d9346428b3f12a42f717a7b1313cd4375d23e23.tar.bz2
rails-1d9346428b3f12a42f717a7b1313cd4375d23e23.zip
String #to_time and #to_datetime: handle fractional seconds [#864 state: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 e8fe74ce42..93e0f1aa24 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* String #to_time and #to_datetime: handle fractional seconds #864 [Jason Frey]
+
* Update bundled TZInfo to v0.3.13 [Geoff Buesing]
* Allow MemCacheStore to be initialized with a MemCache-like object instead of addresses and options [Bryan Helmkamp]