aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-20 01:21:31 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-20 01:21:31 -0300
commit6d83ed71295e38afe332ecad51f686513eeb99cf (patch)
treed62a95219f871fe61913b919023c9b8a656df821 /actionview
parent2201eef7f6cd2a3430bce9d9b0b56cc14373f68c (diff)
downloadrails-6d83ed71295e38afe332ecad51f686513eeb99cf.tar.gz
rails-6d83ed71295e38afe332ecad51f686513eeb99cf.tar.bz2
rails-6d83ed71295e38afe332ecad51f686513eeb99cf.zip
Add CHANGELOG entry for #23869
[ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a1901e8a17..a352e5914e 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `to_sentence` helper that is a HTML-safe aware version of `Array#to_sentence`.
+
+ *Neil Matatall*
+
* Deprecate `datetime_field` and `datetime_field_tag` helpers.
Datetime input type was removed from HTML specification.
One can use `datetime_local_field` and `datetime_local_field_tag` instead.