aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-01 00:11:58 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-01 00:11:58 -0300
commitca32e61c2a0085f76976f23d434a306a1c764ed1 (patch)
treeaddf0ccbf7dcfe5155e2033c9a472594c5d34fe5
parentffffa303f3b5e504af54dcec11047d2fa28692ef (diff)
downloadrails-ca32e61c2a0085f76976f23d434a306a1c764ed1.tar.gz
rails-ca32e61c2a0085f76976f23d434a306a1c764ed1.tar.bz2
rails-ca32e61c2a0085f76976f23d434a306a1c764ed1.zip
No need CHANGELOG entry for #21421 [ci skip]
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 6667abbf7f..aec8b1efab 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,9 +1,3 @@
-* `ActiveSupport::ArrayInquirer` will now properly find your entry regardless of whether the array
- values are of type String or type Symbol, and whether you are asking `any?` with a String or
- a Symbol.
-
- *Leigh Halliday*
-
* `number_to_currency` and `number_with_delimiter` now accept custom `delimiter_pattern` option
to handle placement of delimiter, to support currency formats like INR