aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-11-14 13:16:00 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-11-14 13:16:00 -0500
commit7c1566b2789c779acfeba34a7d86ab5ca5e2c0bd (patch)
tree60e1581f104b36df5dc7398df1fd8fddd5e28d75 /activesupport/CHANGELOG.md
parent5f3222155957e887516ffd4be58c4743553415b5 (diff)
downloadrails-7c1566b2789c779acfeba34a7d86ab5ca5e2c0bd.tar.gz
rails-7c1566b2789c779acfeba34a7d86ab5ca5e2c0bd.tar.bz2
rails-7c1566b2789c779acfeba34a7d86ab5ca5e2c0bd.zip
Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"
This reverts commit bad3a120f1690f393d8f6204b3ceee60f0ce707b, reversing changes made to 2384317465ccb1dfca456a2b7798714b99f32711. Reason: Adding a new option in the API for something that can be done with a `#presence` check could do.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fac91c31da..7cbe92259d 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -145,12 +145,6 @@
*Genadi Samokovarov*
-* Add `:fallback_string` option to `Array#to_sentence`. If an empty array
- calls the function and a fallback string option is set then it returns the
- fallback string other than an empty string.
-
- *Mohamed Osama*
-
* Fix `ActiveSupport::TimeZone#strptime`. Now raises `ArgumentError` when the
given time doesn't match the format. The error is the same as the one given
by Ruby's `Date.strptime`. Previously it raised