aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-21 12:52:03 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-21 13:32:34 -0300
commitb20823ba416c263433e40380a7e042c6be36167a (patch)
treef2ae0ff7670903a6076326ebb04ff4a97d6d5858 /actionpack
parente2096e8882e42ffbe8d5ae3bc1634144b4611f16 (diff)
downloadrails-b20823ba416c263433e40380a7e042c6be36167a.tar.gz
rails-b20823ba416c263433e40380a7e042c6be36167a.tar.bz2
rails-b20823ba416c263433e40380a7e042c6be36167a.zip
Remove not necessary changelog about time zone array mutation
This seemed to be introduced in master by 9dd64f2e0c1b3ce85b503b0f81c50c93f89ffbcd, so there's no need to add a changelog entry for fixing it. [ci skip]
Diffstat (limited to 'actionpack')
-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*