CHANGES.md in twilio-ruby-5.8.0 vs CHANGES.md in twilio-ruby-5.8.1

- old
+ new

@@ -1,7 +1,16 @@ twilio-ruby changelog ===================== +[2018-04-20] Version 5.8.1 +--------------------------- +**Library** +- PR #397: Uses Twilio::REST::RestError when a page fails to load. Thanks to @philnash! + +**Twiml** +- Gather input Enum: remove unnecessary "dtmf speech" value as you can now specify multiple enum values for this parameter and both "dtmf" and "speech" are already available. + + [2018-04-13] Version 5.8.0 --------------------------- **Library** - PR #389: Add incoming.allow to AccessToken VoiceGrant. Thanks to @ryan-rowland! - PR #391: Improves error message for Twilio::REST::RestError. Thanks to @philnash!