aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-11-25 12:01:58 -0800
committerXavier Noria <fxn@hashref.com>2011-11-25 12:02:49 -0800
commita5b362df567ed4a0167a83e9b8f00b9f614ac38b (patch)
treeeee250cadf593bc6ab901167d0ba0d5cf73d6982 /activesupport/CHANGELOG.md
parent7a33a005d732e80f5a6832b67df6dec5a6faaa1e (diff)
downloadrails-a5b362df567ed4a0167a83e9b8f00b9f614ac38b.tar.gz
rails-a5b362df567ed4a0167a83e9b8f00b9f614ac38b.tar.bz2
rails-a5b362df567ed4a0167a83e9b8f00b9f614ac38b.zip
some tweaks to PR#3547. [Closes #3547]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 18a115b369..465b0c1e16 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,8 @@
## Rails 3.2.0 (unreleased) ##
+* (Date|DateTime|Time)#beginning_of_week accept an optional argument to
+ be able to set the day at which weeks are assumed to start.
+
* Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. *José Valim*
* ActiveSupport::Notifications.subscribed provides subscriptions to events while a block runs. *fxn*