aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-11-10 21:18:53 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-11-10 21:18:53 +0900
commita7ef60d5207d3b227d6b7dfe21e453d3548cdefa (patch)
tree04ef210bb06b9e8a11be86990235e3b1cee65e79 /activesupport/CHANGELOG.md
parent095079abec468ac3c668d468c16563f44c5ad021 (diff)
downloadrails-a7ef60d5207d3b227d6b7dfe21e453d3548cdefa.tar.gz
rails-a7ef60d5207d3b227d6b7dfe21e453d3548cdefa.tar.bz2
rails-a7ef60d5207d3b227d6b7dfe21e453d3548cdefa.zip
:scissors:
[ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 780c887b49..889919855c 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -6,9 +6,9 @@
ruby/ruby@b061634 support was added for `include?` to use `cover?`
for 'linear' objects. Since we have no way of making Ruby consider
TWZ instances as 'linear' we have to override `Range#include?`.
-
+
Fixes #30799.
-
+
*Andrew White*
* Fix acronym support in `humanize`