aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-03 08:35:27 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-03 08:35:27 -0800
commitc55200cbcb2ee1f168c64d9504726d5bfffc93ee (patch)
tree067dabf9a6c8441adbdee3376ff7f3c914897cf4 /activesupport/CHANGELOG.md
parent1441961f16c4ffe91109b044c9d3d31072d34109 (diff)
parent18546d4e3551e21ea781dba8c69383c0538b4086 (diff)
downloadrails-c55200cbcb2ee1f168c64d9504726d5bfffc93ee.tar.gz
rails-c55200cbcb2ee1f168c64d9504726d5bfffc93ee.tar.bz2
rails-c55200cbcb2ee1f168c64d9504726d5bfffc93ee.zip
Merge pull request #9685 from dimko/patch-2
Added Date#all_week/month/quarter/year for generating date ranges
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8f55d44fad..effef0c9a0 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Added Date#all_week/month/quarter/year for generating date ranges.
+
+ *Dmitriy Meremyanin*
+
* Add `Time.zone.yesterday` and `Time.zone.tomorrow`. These follow the
behavior of Ruby's `Date.yesterday` and `Date.tomorrow` but return localized
versions, similar to how `Time.zone.today` has returned a localized version