aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 4a82de8728..94eb876db5 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -5,14 +5,6 @@
*Prem Sichanugrist*
-* Fix `time_zone_options_for_select` to call `dup` on the returned TimeZone array.
-
- Previously if you supplied :priority_zones options to `time_zone_options_for_select`
- the memoized ActiveSupport::TimeZone.all array would be mutated. Calling
- `dup` prevents mutation of the main TimeZones array.
-
- *Brian McManus*
-
* Remove support for parsing YAML parameters from request.
*Aaron Patterson*