aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-01 04:03:46 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-01 04:03:46 +0000
commit507da04a149b44e20c5a0ba72a218fe1762b6baf (patch)
tree061f1dfed91fcb0091732a464e04026c59db5e9f /activesupport/CHANGELOG
parenta6a1dc967cb65ac3f842d15f89eef7e32f7547cf (diff)
downloadrails-507da04a149b44e20c5a0ba72a218fe1762b6baf.tar.gz
rails-507da04a149b44e20c5a0ba72a218fe1762b6baf.tar.bz2
rails-507da04a149b44e20c5a0ba72a218fe1762b6baf.zip
Move common DateTime calculations to Date. Closes #8536.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 b0fadc4092..15433ca79b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Move common DateTime calculations to Date. #8536 [Geoff Buesing]
+
* Added Date#change (like Time#change) [DHH]
* DateTime#to_time converts to Time unless out of range. #8512 [Geoff Buesing]