aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-04-12 19:35:47 -0500
committergbuesing <gbuesing@gmail.com>2008-04-12 19:35:47 -0500
commit9620372a6dc7eeebdb04f1fdb7f150d29e60fc00 (patch)
tree602897010f85ae36f4849bd6ba0c0c9010986191 /activesupport/CHANGELOG
parentf285b6119b9ca7f598e31c0c8518dce3e1b13386 (diff)
downloadrails-9620372a6dc7eeebdb04f1fdb7f150d29e60fc00.tar.gz
rails-9620372a6dc7eeebdb04f1fdb7f150d29e60fc00.tar.bz2
rails-9620372a6dc7eeebdb04f1fdb7f150d29e60fc00.zip
Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
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 2c5042c9ef..cfdefed91e 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
+
* Add #getutc alias for DateTime#utc [Geoff Buesing]
* Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through method_missing [Geoff Buesing]