aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-09-04 17:00:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-09-04 17:00:37 +0000
commit17f7eaa141f0136a5982bc97f78caec76f7d1872 (patch)
tree0a106eb30a7380b98906c490ac520f77a6eb06be /actionpack/CHANGELOG
parentfc901e6f5d6e5698c6dfac3799d6ff37ccb8303d (diff)
downloadrails-17f7eaa141f0136a5982bc97f78caec76f7d1872.tar.gz
rails-17f7eaa141f0136a5982bc97f78caec76f7d1872.tar.bz2
rails-17f7eaa141f0136a5982bc97f78caec76f7d1872.zip
Improved resolution of DateHelper#distance_of_time_in_words for better precision (closes #5994) [Bob Silva]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4989 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 99fdd9ddfe..2ce09ede42 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improved resolution of DateHelper#distance_of_time_in_words for better precision #5994 [Bob Silva]
+
* Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH]
* Integration tests: thoroughly test ActionController::Integration::Session. #6022 [Kevin Clark]