diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 5d39fa39d9..b1544f6eac 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -10,7 +10,7 @@ * Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed them to JavaScript functions like getTime(). - *DHH* + *DHH* * Calling ActiveSupport::JSON.decode with unsupported options now raises an error. @@ -29,7 +29,7 @@ *Benjamin Fleischer* -* Disable the ability to iterate over Range of AS::TimeWithZone +* Disable the ability to iterate over Range of AS::TimeWithZone due to significant performance issues. *Bogdan Gusiev* |