aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-11-12 03:05:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-11-12 03:05:18 +0000
commit79c309e43ba8832a8665fdec26e32062e5b2b830 (patch)
tree83f70531c2273a17dda67b1fa920325606601867 /activesupport/CHANGELOG
parentda3eae49227f7cd5d7fd8bde2273d860ef90ac9d (diff)
downloadrails-79c309e43ba8832a8665fdec26e32062e5b2b830.tar.gz
rails-79c309e43ba8832a8665fdec26e32062e5b2b830.tar.bz2
rails-79c309e43ba8832a8665fdec26e32062e5b2b830.zip
Added Time#end_of_day to get 23:59:59 of that day [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5495 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 f6b09c84d9..402afa237f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Time#end_of_day to get 23:59:59 of that day [DHH]
+
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. Disable this with ActiveSupport::JSON.unquote_hash_key_identifiers = false if you need strict JSON compliance. [Sam Stephenson]
* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]