aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-13 20:12:36 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-13 20:12:36 +0000
commit9e96286e7aa6d0656d1c8481635dc7e2dca6e067 (patch)
treeed2b27c062224a5ed8eb174c01507291eaabeb05 /activesupport/CHANGELOG
parent52235a70db09a9f935cb95df2902be28d97e0c5b (diff)
downloadrails-9e96286e7aa6d0656d1c8481635dc7e2dca6e067.tar.gz
rails-9e96286e7aa6d0656d1c8481635dc7e2dca6e067.tar.bz2
rails-9e96286e7aa6d0656d1c8481635dc7e2dca6e067.zip
Refactor Time and Date#months_since and #months_ago to use #advance. Closes #9863.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7862 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 92767bafa3..3bd6a4adcf 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Refactor Time and Date#months_since and #months_ago to use #advance. #9863 [Geoff Buesing]
+
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. [Jeremy Kemper]
* Add Range#overlaps?(range), Range#include?(range), and Range#step without a block. [brandon]