aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-14 01:17:42 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-14 01:17:42 +0000
commit50861013c22eeae152bbe8c4cd6a9c21011edc1b (patch)
treed878c6a40e8343aee93aacc0d0be601c9d54b059 /activesupport/CHANGELOG
parent17927cbddcd4da278c93ec68815eec5d74650e61 (diff)
downloadrails-50861013c22eeae152bbe8c4cd6a9c21011edc1b.tar.gz
rails-50861013c22eeae152bbe8c4cd6a9c21011edc1b.tar.bz2
rails-50861013c22eeae152bbe8c4cd6a9c21011edc1b.zip
Improve Time and Date test coverage. Closes #8646.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7019 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 40e811c7e0..208b276624 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improve Time and Date test coverage. #8646 [Josh Peek]
+
* Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works now. #8575 [Geoff Buesing]
* String#to_time overflows to DateTime. Add String#to_datetime. #8572 [Geoff Buesing]