diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-23 06:40:53 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-23 06:40:53 -0700 |
commit | 782055674a975e54846bcc103eac023ac84b046b (patch) | |
tree | 55f7c5522adf048f086ad4881fd0af1c45ac7c95 | |
parent | d58b720f596cf87bf44dbd86b8a573b081ef6268 (diff) | |
parent | c31d534da5bee3125e2c145224eedee4d10e6160 (diff) | |
download | rails-782055674a975e54846bcc103eac023ac84b046b.tar.gz rails-782055674a975e54846bcc103eac023ac84b046b.tar.bz2 rails-782055674a975e54846bcc103eac023ac84b046b.zip |
Merge pull request #12321 from bogdan/time-with-zone-succ
Changelog entry for pr #11474
-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: |