aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 05:56:49 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 05:56:49 +0000
commita3659d583586d45c5f48fdd103ff8c797cecfafe (patch)
tree26bcbdffe69b82de8e5969c3ea48c15a6dc4adbe /activesupport/CHANGELOG
parent4351419ba510be02b99215028807e8341c26428c (diff)
downloadrails-a3659d583586d45c5f48fdd103ff8c797cecfafe.tar.gz
rails-a3659d583586d45c5f48fdd103ff8c797cecfafe.tar.bz2
rails-a3659d583586d45c5f48fdd103ff8c797cecfafe.zip
Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1431 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 1fe697a227..e24736646f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com]
+
* Increased the speed of indifferent hash access by using Hash#default. #1436 [Nicholas Seckar]
* Added that " " is now also blank? (using strip if available)