aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-04 22:00:53 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-04 22:00:53 +0000
commit1b32a305df40829c650a5254441eaec491e9f086 (patch)
tree8656077640d3c3c1117259a6936d81b3440d1279 /activesupport/CHANGELOG
parent4685fa0c20fbf3e78eaad94756e0f4a644447a10 (diff)
downloadrails-1b32a305df40829c650a5254441eaec491e9f086.tar.gz
rails-1b32a305df40829c650a5254441eaec491e9f086.tar.bz2
rails-1b32a305df40829c650a5254441eaec491e9f086.zip
Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works now. Closes #8575.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6937 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 c0a314ebe0..b6f9534f47 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Date.yesterday and .tomorrow. #8571 [Geoff Buesing]