aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2009-01-04 13:58:08 -0600
committergbuesing <gbuesing@gmail.com>2009-01-04 13:58:08 -0600
commitd2a1c2778e76ba30431121d0a9062272e0c90405 (patch)
tree3a697226be727a0c7f3f57e3b2ba65478b274b81 /activesupport/CHANGELOG
parentf00e86d7e9c7a4689a49fc085bcb757c5a2c0b03 (diff)
downloadrails-d2a1c2778e76ba30431121d0a9062272e0c90405.tar.gz
rails-d2a1c2778e76ba30431121d0a9062272e0c90405.tar.bz2
rails-d2a1c2778e76ba30431121d0a9062272e0c90405.zip
TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime argument
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 7b9ccc888d..3c5f39d321 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime argument [Geoff Buesing]
+
* Updated i18n gem to version 0.1.1 #1635 [Yaroslav Markin]
* Add :allow_nil option to delegate. #1127 [Sergio Gil]