diff options
author | Bogdan Gusiev <agresso@gmail.com> | 2013-09-23 13:15:57 +0300 |
---|---|---|
committer | Bogdan Gusiev <agresso@gmail.com> | 2013-09-23 13:15:57 +0300 |
commit | c31d534da5bee3125e2c145224eedee4d10e6160 (patch) | |
tree | 55f7c5522adf048f086ad4881fd0af1c45ac7c95 /activesupport | |
parent | d58b720f596cf87bf44dbd86b8a573b081ef6268 (diff) | |
download | rails-c31d534da5bee3125e2c145224eedee4d10e6160.tar.gz rails-c31d534da5bee3125e2c145224eedee4d10e6160.tar.bz2 rails-c31d534da5bee3125e2c145224eedee4d10e6160.zip |
Changelog entry for pr #11474
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 5 |
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: |