aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-04-12 17:37:50 -0500
committergbuesing <gbuesing@gmail.com>2008-04-12 17:37:50 -0500
commitf285b6119b9ca7f598e31c0c8518dce3e1b13386 (patch)
treece9638a8ac751a18b8255b495707694f22f6d7c1 /activesupport/CHANGELOG
parent0289b0e7dff1c114a090f905406cc212d9e3570e (diff)
downloadrails-f285b6119b9ca7f598e31c0c8518dce3e1b13386.tar.gz
rails-f285b6119b9ca7f598e31c0c8518dce3e1b13386.tar.bz2
rails-f285b6119b9ca7f598e31c0c8518dce3e1b13386.zip
Add #getutc alias for DateTime#utc
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 c28d630f5d..2c5042c9ef 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add #getutc alias for DateTime#utc [Geoff Buesing]
+
* Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through method_missing [Geoff Buesing]
* TimeWithZone respects config.active_support.use_standard_json_time_format [Geoff Buesing]