diff options
author | Xavier Noria <fxn@hashref.com> | 2013-10-01 09:55:51 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-10-01 10:07:19 +0200 |
commit | 276956d07ce5d893dbea81a14c400eaa1e6f3836 (patch) | |
tree | cecdce013695640ac2bccf43c9efc90727639bc5 | |
parent | 2254615bff286e856de08d5f7cdf8a09e441dd6a (diff) | |
download | rails-276956d07ce5d893dbea81a14c400eaa1e6f3836.tar.gz rails-276956d07ce5d893dbea81a14c400eaa1e6f3836.tar.bz2 rails-276956d07ce5d893dbea81a14c400eaa1e6f3836.zip |
registers 0b0beb7 in the CHANGELOG [ci skip]
-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 eee7a7a587..f1dd7c312d 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,8 @@ +* `require_dependency` accepts objects that respond to `to_path`, in + particular `Pathname` instances. + + *Benjamin Fleischer* + * Disable the ability to iterate over Range of AS::TimeWithZone due to significant performance issues. |