aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-07-31 09:16:21 +0000
committerJamis Buck <jamis@37signals.com>2005-07-31 09:16:21 +0000
commitb4c34f7b2b18720381b3c8cfa79f66a530b3ed0b (patch)
tree51a580e8abe48f6a9f0022d0004e8494245a7fe5 /activesupport/CHANGELOG
parenteda17194700d4cdc0d863ae8c49a8e3dbbf1615c (diff)
downloadrails-b4c34f7b2b18720381b3c8cfa79f66a530b3ed0b.tar.gz
rails-b4c34f7b2b18720381b3c8cfa79f66a530b3ed0b.tar.bz2
rails-b4c34f7b2b18720381b3c8cfa79f66a530b3ed0b.zip
Fixed that Time#midnight would have a non-zero usec on some platforms #1836
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1959 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 2e2e16ccd9..315ea30568 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Time#midnight would have a non-zero usec on some platforms #1836
+
* Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee" #1574 [Justin French]