aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorBogdan Gusiev <agresso@gmail.com>2013-09-23 13:15:57 +0300
committerBogdan Gusiev <agresso@gmail.com>2013-09-23 13:15:57 +0300
commitc31d534da5bee3125e2c145224eedee4d10e6160 (patch)
tree55f7c5522adf048f086ad4881fd0af1c45ac7c95 /activesupport/CHANGELOG.md
parentd58b720f596cf87bf44dbd86b8a573b081ef6268 (diff)
downloadrails-c31d534da5bee3125e2c145224eedee4d10e6160.tar.gz
rails-c31d534da5bee3125e2c145224eedee4d10e6160.tar.bz2
rails-c31d534da5bee3125e2c145224eedee4d10e6160.zip
Changelog entry for pr #11474
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 08c4573b14..eee7a7a587 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Disable the ability to iterate over Range of AS::TimeWithZone
+ due to significant performance issues.
+
+ *Bogdan Gusiev*
+
* Allow attaching event subscribers to ActiveSupport::Notifications namespaces
before they're defined. Essentially, this means instead of this: